Skip to content

Fix error in flag refactoring for skaffold run --tail#2172

Merged
dgageot merged 2 commits intoGoogleContainerTools:masterfrom
corneliusweig:fix-tail-run
May 27, 2019
Merged

Fix error in flag refactoring for skaffold run --tail#2172
dgageot merged 2 commits intoGoogleContainerTools:masterfrom
corneliusweig:fix-tail-run

Conversation

@corneliusweig
Copy link
Copy Markdown
Contributor

pkg/skaffold/runner/run.go:27 clearly checks for opts.Tail, but the log-tailing for skaffold run used opts.TailDev.

Fix #2167

Signed-off-by: Cornelius Weig <22861411+corneliusweig@users.noreply.github.com>
@corneliusweig corneliusweig changed the title Fix error in tail/tailDev refactoring Fix error in flag refactoring for skaffold run --tail May 24, 2019
Signed-off-by: Cornelius Weig <22861411+corneliusweig@users.noreply.github.com>
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #2172 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2172   +/-   ##
=======================================
  Coverage   57.41%   57.41%           
=======================================
  Files         187      187           
  Lines        7905     7905           
=======================================
  Hits         4539     4539           
  Misses       2954     2954           
  Partials      412      412
Impacted Files Coverage Δ
cmd/skaffold/app/cmd/flags.go 92.59% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 90059f1...15c4ab0. Read the comment docs.

@dgageot dgageot added the kokoro:run runs the kokoro jobs on a PR label May 27, 2019
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label May 27, 2019
@dgageot dgageot merged commit d458fa5 into GoogleContainerTools:master May 27, 2019
@corneliusweig corneliusweig deleted the fix-tail-run branch May 27, 2019 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

skaffold run --tail not working as of 0.30.0.

5 participants