File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ def open_check_file(file_name):
382
382
else :
383
383
config .substitutions .append (("%level_zero_options" , "" ))
384
384
385
- if lit_config .params .get ("test-preview-mode" , False ) :
385
+ if lit_config .params .get ("test-preview-mode" , " False" ) != "False" :
386
386
config .available_features .add ("preview-mode" )
387
387
else :
388
388
# Check for sycl-preview library
@@ -1086,7 +1086,7 @@ def get_sycl_ls_verbose(sycl_device, env):
1086
1086
else :
1087
1087
config .intel_driver_ver [full_name ] = {}
1088
1088
1089
- if lit_config .params .get ("compatibility_testing" , False ) :
1089
+ if lit_config .params .get ("compatibility_testing" , " False" ) != "False" :
1090
1090
config .substitutions .append (("%clangxx" , " true " ))
1091
1091
config .substitutions .append (("%clang" , " true " ))
1092
1092
else :
You can’t perform that action at this time.
0 commit comments