Skip to content

Commit

Permalink
Add more logging to e2e for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Jun 29, 2022
1 parent 2bfd7ea commit fcc2e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Build and run the test/ binary, which should log "Hello there" served from KO_DATA_PATH
testimg=$(go run ./ build ./test --platform=${PLATFORM} --preserve-import-paths)
docker run ${testimg} --wait=false 2>&1 | grep "Hello there"
docker run ${testimg} --wait=false 2>&1 | tee >(grep "Hello there") # Log all output too.
# Check that symlinks in kodata are chased.
# Skip this test on Windows.
Expand Down

0 comments on commit fcc2e42

Please sign in to comment.