From fcc2e42e63bbfb3bacfd149f3e02f11abb1da83b Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 29 Jun 2022 16:02:13 -0400 Subject: [PATCH] Add more logging to e2e for windows --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 75a9888488..8ce3ea0f6a 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -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.