Skip to content

Commit

Permalink
:run less tests while debugging script
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Nov 25, 2024
1 parent e4b8293 commit 9c6bbfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/run_commit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ SHOW_ALL_OUTPUT=false # Set to false normally, true for debugging
run_mettalog_tests 40 tests/baseline_compat/module-system/

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

Expand All @@ -111,7 +111,7 @@ if [ "$SKIP_LONG" != "1" ]; then
# 400+ tests (~7 minutes)
#SHOW_ALL_OUTPUT=true # Set to false normally, true for debugging
# Gets the rest
run_mettalog_tests 40 tests/baseline_compat/
#run_mettalog_tests 40 tests/baseline_compat/

fi

Expand Down

0 comments on commit 9c6bbfa

Please sign in to comment.