Skip to content

Commit cd1e280

Browse files
tomflindaTejaX-Alaghari
authored andcommitted
[SYCLomatic #1611] Update test for cmake_script_migration_rule.yaml is installed in extensions/cmake_rules folder (#595)
Signed-off-by: chenwei.sun <chenwei.sun@intel.com>
1 parent 8ab0bed commit cd1e280

File tree

1 file changed

+1
-1
lines changed
  • behavior_tests/src/bt-check-install-files

1 file changed

+1
-1
lines changed

behavior_tests/src/bt-check-install-files/do_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def migrate_test():
3333
print('Cannot found file:' + os.path.join(install_root, 'extensions/opt_rules/intel_specific_math.yaml'))
3434
res = False
3535

36-
if not os.path.isfile(os.path.join(install_root, 'extensions/opt_rules/cmake_rules/cmake_script_migration_rule.yaml')):
36+
if not os.path.isfile(os.path.join(install_root, 'extensions/cmake_rules/cmake_script_migration_rule.yaml')):
3737
print('Cannot found file:' + os.path.join(install_root, 'extensions/opt_rules/cmake_rules/cmake_script_migration_rule.yaml'))
3838
res = False
3939

0 commit comments

Comments
 (0)