Skip to content

Commit

Permalink
Update integration_tests_auto_check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ekofman authored Nov 6, 2024
1 parent cc8c6a3 commit d64223f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/integration_tests_auto_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,7 @@
}

failures = 0
for test_name, info in test_name_to_expectations.items():
if test_name != 'F1R2_pair_test-single_end_mode_sailor':
continue

for test_name, info in test_name_to_expectations.items():
print("\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nChecking results for {}".format(test_name))

expectations_list = info.get("expectations")
Expand Down Expand Up @@ -266,4 +263,4 @@
if failures > 0:
sys.exit(1)
else:
sys.exit(0)
sys.exit(0)

0 comments on commit d64223f

Please sign in to comment.