File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313# Run once with default (lazytrace=1), and once explicitly disabled
1414command += testshade (shader_commands )
15- command += testshade ("{} --options ' lazytrace=0' " .format (shader_commands ))
15+ command += testshade ("{} --options \" lazytrace=0\" " .format (shader_commands ))
Original file line number Diff line number Diff line change 66
77command += testshade (" " .join ([
88 "--layer lay0" ,
9- "--param:type=string:interactive=1 test_string ' initial value' " ,
9+ "--param:type=string:interactive=1 test_string \" initial value\" " ,
1010 "test --iters 2" ,
11- "--reparam:type=string:interactive=1 lay0 test_string ' updated value' " ,
11+ "--reparam:type=string:interactive=1 lay0 test_string \" updated value\" " ,
1212]))
1313
1414outputs = [ "out.txt" ]
You can’t perform that action at this time.
0 commit comments