diff options
Diffstat (limited to 'test/testrunner.tcl')
-rwxr-xr-x | test/testrunner.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/testrunner.tcl b/test/testrunner.tcl index e755cc384..68b7d9974 100755 --- a/test/testrunner.tcl +++ b/test/testrunner.tcl @@ -1164,8 +1164,9 @@ proc add_make_job {bld target} { proc add_fuzztest_jobs {buildname patternlist} { global env TRG + # puts buildname=$buildname - foreach {interpreter scripts} [trd_fuzztest_data] { + foreach {interpreter scripts} [trd_fuzztest_data $buildname] { set bldDone 0 set subcmd [lrange $interpreter 1 end] set interpreter [lindex $interpreter 0] |