Skip to content

Commit 22241b8

Browse files
committed
remove spruious line from reproduce commands
1 parent f563bb2 commit 22241b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def run_one_test(
176176
compile_command_str = " ".join(compile_command)
177177
else:
178178
compile_command_str = compile_command
179-
if not parameters["compiler_args"]:
179+
if compile_command and not parameters["compiler_args"]:
180180
compile_command_str += " " + " ".join(test_files)
181181

182182
individual_test.run_test(compile_command=compile_command_str)

0 commit comments

Comments
 (0)