From d64223ff4947e956477be9ef4af68dad502be954 Mon Sep 17 00:00:00 2001 From: Eric Kofman Date: Wed, 6 Nov 2024 10:44:20 -0800 Subject: [PATCH] Update integration_tests_auto_check.py --- tests/integration_tests_auto_check.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/integration_tests_auto_check.py b/tests/integration_tests_auto_check.py index c6eb06e..a916aef 100755 --- a/tests/integration_tests_auto_check.py +++ b/tests/integration_tests_auto_check.py @@ -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") @@ -266,4 +263,4 @@ if failures > 0: sys.exit(1) else: - sys.exit(0) \ No newline at end of file + sys.exit(0)