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)