diff --git a/scripts/run_commit_tests.sh b/scripts/run_commit_tests.sh index 3e8eae1ad..157e76db8 100755 --- a/scripts/run_commit_tests.sh +++ b/scripts/run_commit_tests.sh @@ -137,7 +137,7 @@ run_mettalog_tests() { # Execute the command silently and filter output # The grep pattern matches important test output while filtering noise script -q -c "${cmd[*]}" /dev/null | \ - tee >(grep -Ei --line-buffered '_CMD:|h3 id|loonit_| |warning|es[:] ' >&2) > /dev/null + tee >(grep -Ei --line-buffered '_CMD:|h3 id|loonit_|^| |warning|es[:] ' >&2) > /dev/null status=$? fi