فهرست منبع

Make send_bjam_log a default parameter to preserve interface compatibility with the previous version of regression.py

[SVN r36759]
Aleksey Gurtovoy 19 سال پیش
والد
کامیت
e0fa9243f3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tools/regression/xsl_reports/runner/collect_and_upload_logs.py

+ 1 - 1
tools/regression/xsl_reports/runner/collect_and_upload_logs.py

@@ -171,7 +171,7 @@ def upload_logs(
         , user
         , ftp_proxy
         , debug_level
-        , send_bjam_log
+        , send_bjam_log = False
         , **unused
         ):
 

粤ICP备19079148号