Skip to content

Commit

Permalink
fix(ci): fix grep in nightly e2e tests (#600)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Fedotov <[email protected]>
  • Loading branch information
nevermarine authored Dec 23, 2024
1 parent ce1f734 commit 84a6c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tasks:
--skip-file ipam_test.go \
--skip-file disks_test.go \
--no-color \
-v | tee /dev/stderr | grep --color=never !)
-v | tee /dev/stderr | grep --color=never -E 'FAIL!|SUCCESS!')
if [[ $RESULT == SUCCESS!* ]]; then
RESULT_STATUS=":white_check_mark: SUCCESS!"
elif [[ $RESULT == FAIL!* ]]; then
Expand Down

0 comments on commit 84a6c90

Please sign in to comment.