|
|
@@ -807,7 +807,7 @@ def regression(
|
|
|
# We can skip test only we were explictly
|
|
|
# told to have no toolsets in command line "--toolset="
|
|
|
if toolsets != '': # --toolset=,
|
|
|
- test( toolsets, book, bjam_options, monitored, timeout, v2, [] )
|
|
|
+ test( toolsets, bjam_options, monitored, timeout, v2, [] )
|
|
|
collect_logs( tag, runner, platform, user, comment, incremental, [] )
|
|
|
upload_logs( tag, runner, user, ftp_proxy, debug_level, send_bjam_log )
|
|
|
if book:
|