Skip to content

Commit

Permalink
scripts/run_commit_tests.sh now
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 15, 2024
1 parent a35ba3e commit f043509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_commit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -159,7 +159,7 @@ cat /dev/null > /tmp/SHARED.UNITS
# 23+ tests (~30 seconds)
run_mettalog_tests 40 tests/baseline_compat/module-system/

SHOW_ALL_OUTPUT=true # Set to false normally, true for debugging
#SHOW_ALL_OUTPUT=true # Set to false normally, true for debugging

# 200+ tests (~4 minutes)
run_mettalog_tests 40 tests/baseline_compat/hyperon-experimental_scripts/
Expand Down

0 comments on commit f043509

Please sign in to comment.