We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab0bed commit cd1e280Copy full SHA for cd1e280
behavior_tests/src/bt-check-install-files/do_test.py
@@ -33,7 +33,7 @@ def migrate_test():
33
print('Cannot found file:' + os.path.join(install_root, 'extensions/opt_rules/intel_specific_math.yaml'))
34
res = False
35
36
- if not os.path.isfile(os.path.join(install_root, 'extensions/opt_rules/cmake_rules/cmake_script_migration_rule.yaml')):
+ if not os.path.isfile(os.path.join(install_root, 'extensions/cmake_rules/cmake_script_migration_rule.yaml')):
37
print('Cannot found file:' + os.path.join(install_root, 'extensions/opt_rules/cmake_rules/cmake_script_migration_rule.yaml'))
38
39
0 commit comments