Skip to content

Commit 591bef4

Browse files
authored
[SYCLomatic] Update the pattern to catch expected string. (#748)
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent 378af54 commit 591bef4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

behavior_tests/src/bt-new-cuda-version/do_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def migrate_test():
2222
in_root = os.path.join(os.getcwd(), "test")
2323
test_case_path = os.path.join(in_root, "vector_add.cu")
2424
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)
25+
return is_sub_string("warning: CUDA version is newer than the latest", test_config.command_output)
2626

2727
def build_test():
2828
return True

behavior_tests/src/ngt-output-not-empty/do_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ def build_test():
2828
return True
2929

3030
def run_test():
31-
return True
31+
return True

0 commit comments

Comments
 (0)