Skip to content

Commit

Permalink
fix(ci): print ginkgo output for nightly e2e tests to stderr (#596)
Browse files Browse the repository at this point in the history
* fix(ci): print ginkgo output for nightly e2e tests to stderr

---------

Signed-off-by: Maksim Fedotov <[email protected]>
  • Loading branch information
nevermarine authored Dec 20, 2024
1 parent 2e97ef5 commit 9fc3c6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ tasks:
--skip-file ipam_test.go \
--skip-file disks_test.go \
--no-color \
-v | grep --color=never \|)
-v | tee /dev/stderr | grep --color=never !)
if [[ $RESULT == SUCCESS!* ]]; then
RESULT_STATUS=":white_check_mark: SUCCESS!"
elif [[ $RESULT == FAIL!* ]]; then
Expand Down

0 comments on commit 9fc3c6b

Please sign in to comment.