We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203fea0 commit bb6e2eeCopy full SHA for bb6e2ee
1 file changed
run_tests.py
@@ -10,7 +10,7 @@
10
11
12
def single_test(test, verbose, no_llvm, skip_run_with_dbg, skip_cpptranslate, update_reference,
13
- no_color, specific_backends=None, excluded_backends=None):
+ verify_hash, no_color, specific_backends=None, excluded_backends=None):
14
filename = test["filename"]
15
def is_included(backend):
16
return test.get(backend, False) \
0 commit comments