diff --git a/run_tests.py b/run_tests.py index b55d6af851..12a0409856 100755 --- a/run_tests.py +++ b/run_tests.py @@ -9,7 +9,7 @@ from compiler_tester.tester import color, fg, log, run_test, style, tester_main -def single_test(test, verbose, no_llvm, skip_run_with_dbg, update_reference, +def single_test(test, verbose, no_llvm, skip_run_with_dbg, skip_cpptranslate, update_reference, no_color, specific_backends=None, excluded_backends=None): filename = test["filename"] def is_included(backend):