Skip to content

Commit

Permalink
scripts/run_commit_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 15, 2024
1 parent d75836d commit a35ba3e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions scripts/run_commit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ run_mettalog_tests() {
# Execute command based on output mode
if [ "$SHOW_ALL_OUTPUT" = true ]; then
# Execute the command and show all output
"${cmd[@]}"
${cmd[@]}
status=$?
else
# Execute the command silently and filter output
Expand All @@ -157,10 +157,13 @@ cat /dev/null > /tmp/SHARED.UNITS


# 23+ tests (~30 seconds)
#run_mettalog_tests 40 tests/baseline_compat/module-system/
run_mettalog_tests 40 tests/baseline_compat/module-system/

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/
#run_mettalog_tests 40 tests/baseline_compat/hyperon-mettalog_sanity/
run_mettalog_tests 40 tests/baseline_compat/hyperon-experimental_scripts/
run_mettalog_tests 40 tests/baseline_compat/hyperon-mettalog_sanity/
# 50+ tests (~2 minutes)
#run_mettalog_tests 40 tests/baseline_compat/metta-morph_tests/

Expand Down

0 comments on commit a35ba3e

Please sign in to comment.