Skip to content

Commit 6703f3f

Browse files
authored
Simplify and focus on CMake part
1 parent 8051650 commit 6703f3f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

regtest.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,7 @@ def test_suite(argv):
546546
else:
547547
comp_string, rc = suite.build_c(test=test, outfile=coutfile)
548548

549-
if test.run_as_script:
550-
executable = None
551-
else:
552-
executable = test_util.get_recent_filename(bdir, "", ".ex")
549+
executable = test_util.get_recent_filename(bdir, "", ".ex")
553550

554551
test.comp_string = comp_string
555552

0 commit comments

Comments
 (0)