Skip to content

Commit

Permalink
Fixed another dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Jul 26, 2024
1 parent dd85ac9 commit d39a768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gitlab/run_ats.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run_and_report(run_command, ci_output, num_runs):
sexe(run_command)
tests_passed = report_results(ci_output)
if (tests_passed == 0):
if (run_nums > 0):
if (num_runs > 0):
print("WARNING: Some tests were run multiple times")
sys.exit(0)
# This should be added back in once Jacamar can handle exit codes properly
Expand Down

0 comments on commit d39a768

Please sign in to comment.