We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378af54 commit 591bef4Copy full SHA for 591bef4
2 files changed
behavior_tests/src/bt-new-cuda-version/do_test.py
@@ -22,7 +22,7 @@ def migrate_test():
22
in_root = os.path.join(os.getcwd(), "test")
23
test_case_path = os.path.join(in_root, "vector_add.cu")
24
call_subprocess(test_config.CT_TOOL + " " + test_case_path + " --out-root=out --in-root=" + in_root + " --cuda-include-path=" + include_path)
25
- return is_sub_string("warning: CUDA version is newer than the latest supported version", test_config.command_output)
+ return is_sub_string("warning: CUDA version is newer than the latest", test_config.command_output)
26
27
def build_test():
28
return True
behavior_tests/src/ngt-output-not-empty/do_test.py
@@ -28,4 +28,4 @@ def build_test():
29
30
def run_test():
31
- return True
+ return True
0 commit comments