Skip to content

Commit

Permalink
[test] test/monitors/test.sh works without progress
Browse files Browse the repository at this point in the history
  • Loading branch information
titzer committed Aug 29, 2024
1 parent 63e11f0 commit 8183cb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/monitors/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ function run_tests {
done
}

if [ "$PROGRESS_PIPE" != "1" ]; then
RAW=1
fi

if [ "$RAW" = 0 ]; then
run_tests $TESTS | $PROGRESS
else
Expand Down

0 comments on commit 8183cb9

Please sign in to comment.