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):
382382 else :
383383 config .substitutions .append (("%level_zero_options" , "" ))
384384
385- if lit_config .params .get ("test-preview-mode" , False ) :
385+ if lit_config .params .get ("test-preview-mode" , " False" ) != "False" :
386386 config .available_features .add ("preview-mode" )
387387else :
388388 # Check for sycl-preview library
@@ -1086,7 +1086,7 @@ def get_sycl_ls_verbose(sycl_device, env):
10861086 else :
10871087 config .intel_driver_ver [full_name ] = {}
10881088
1089- if lit_config .params .get ("compatibility_testing" , False ) :
1089+ if lit_config .params .get ("compatibility_testing" , " False" ) != "False" :
10901090 config .substitutions .append (("%clangxx" , " true " ))
10911091 config .substitutions .append (("%clang" , " true " ))
10921092else :
You can’t perform that action at this time.
0 commit comments