Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
e2e: avoid using escape codes in output
Browse files Browse the repository at this point in the history
This makes the files hard to read in Jenkins.
  • Loading branch information
pohly committed Sep 14, 2022
1 parent b3b3751 commit 9e6edf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ void TestInVM(worker, coverage, distro, distroVersion, kubernetesVersion, skipIf
make test_e2e TEST_E2E_REPORT_DIR=${WORKSPACE}/build/reports.tmp/\$testrun \
TEST_E2E_SKIP=${skipAlways}@\$(if [ \"${env.CHANGE_ID}\" ] && [ \"${env.CHANGE_ID}\" != null ]; then echo \\\\[Slow\\\\]@${skipIfPR}; fi) \
TEST_E2E_TIMEOUT=${TestTimeoutHours()-1}h \
TEST_E2E_ARGS=-ginkgo.no-color \
') 2>&1 | tee joblog-${BUILD_TAG}-test-${coverage}${kubernetesVersion}.log | grep --line-buffered -E -e 'checking for test|Passed|FAIL:|^ERROR' \
"
} } finally {
Expand Down

0 comments on commit 9e6edf8

Please sign in to comment.