$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2007-11-18 14:50:49
Author: grafik
Date: 2007-11-18 14:50:48 EST (Sun, 18 Nov 2007)
New Revision: 41208
URL: http://svn.boost.org/trac/boost/changeset/41208
Log:
Update --help output to reflect latest run.py.
Text files modified: 
   website/public_html/beta/development/running_regression_tests.html |    85 ++++++++++++++++++--------------------- 
   1 files changed, 39 insertions(+), 46 deletions(-)
Modified: website/public_html/beta/development/running_regression_tests.html
==============================================================================
--- website/public_html/beta/development/running_regression_tests.html	(original)
+++ website/public_html/beta/development/running_regression_tests.html	2007-11-18 14:50:48 EST (Sun, 18 Nov 2007)
@@ -51,54 +51,47 @@
                 [commands]</code>".</li>
               </ol>
               <pre>
-commands: cleanup, collect-logs, get-source, get-tools, patch,
-regression, setup, show-revision, test, test-clean, test-process,
-test-run, update-source, upload-logs
+commands: cleanup, collect-logs, get-source, get-tools, patch, regression,
+setup, show-revision, test, test-clean, test-process, test-run, update-source,
+upload-logs
 
 options:
-   -h, --help            show this help message and exit
-   --runner=RUNNER       runner ID (e.g. 'Metacomm')
-   --comment=COMMENT     an HTML comment file to be inserted in the
-                         reports
-   --tag=TAG             the tag for the results
-   --toolsets=TOOLSETS   comma-separated list of toolsets to test with
-   --incremental         do incremental run (do not remove previous
-                         binaries)
-   --timeout=TIMEOUT     specifies the timeout, in minutes, for a single
-                         test run/compilation
-   --bjam-options=BJAM_OPTIONS
-                         options to pass to the regression test
-   --bjam-toolset=BJAM_TOOLSET
-                         bootstrap toolset for 'bjam' executable
-   --pjl-toolset=PJL_TOOLSET
-                         bootstrap toolset for 'process_jam_log'
-                         executable
-   --platform=PLATFORM
-   --user=USER           Boost SVN user ID
-   --local=LOCAL         the name of the boost tarball
-   --force-update=FORCE_UPDATE
-                         do an SVN update (if applicable) instead of a
-                         clean checkout, even when performing a full run
-   --have-source=HAVE_SOURCE
-                         do neither a tarball download nor an SVN update;
-                         used primarily for testing script changes
-   --proxy=PROXY         HTTP proxy server address and port
-                         (e.g.'http://www.someproxy.com:3128')
-   --ftp-proxy=FTP_PROXY
-                         FTP proxy server (e.g. 'ftpproxy')
-   --dart-server=DART_SERVER
-                         the dart server to send results to
-   --debug-level=DEBUG_LEVEL
-                         debugging level; controls the amount of
-                         debugging output printed
-   --send-bjam-log       send full bjam log of the regression run
-   --mail=MAIL           email address to send run notification to
-   --smtp-login=SMTP_LOGIN
-                         STMP server address/login information, in the
-                         following form:
-                         <user>:<password>@<host>[:<port>]
-   --skip-tests=SKIP_TESTS
-                         do not run bjam; used for testing script changes
+  -h, --help            show this help message and exit
+  --runner=RUNNER       runner ID (e.g. 'Metacomm')
+  --comment=COMMENT     an HTML comment file to be inserted in the reports
+  --tag=TAG             the tag for the results
+  --toolsets=TOOLSETS   comma-separated list of toolsets to test with
+  --incremental         do incremental run (do not remove previous binaries)
+  --timeout=TIMEOUT     specifies the timeout, in minutes, for a single test
+                        run/compilation
+  --bjam-options=BJAM_OPTIONS
+                        options to pass to the regression test
+  --bjam-toolset=BJAM_TOOLSET
+                        bootstrap toolset for 'bjam' executable
+  --pjl-toolset=PJL_TOOLSET
+                        bootstrap toolset for 'process_jam_log' executable
+  --platform=PLATFORM   
+  --user=USER           Boost SVN user ID
+  --local=LOCAL         the name of the boost tarball
+  --force-update        do an SVN update (if applicable) instead of a clean
+                        checkout, even when performing a full run
+  --have-source         do neither a tarball download nor an SVN update; used
+                        primarily for testing script changes
+  --proxy=PROXY         HTTP proxy server address and port
+                        (e.g.'http://www.someproxy.com:3128')
+  --ftp-proxy=FTP_PROXY
+                        FTP proxy server (e.g. 'ftpproxy')
+  --dart-server=DART_SERVER
+                        the dart server to send results to
+  --debug-level=DEBUG_LEVEL
+                        debugging level; controls the amount of debugging
+                        output printed
+  --send-bjam-log       send full bjam log of the regression run
+  --mail=MAIL           email address to send run notification to
+  --smtp-login=SMTP_LOGIN
+                        STMP server address/login information, in the
+                        following form: <user>:<password>@<host>[:<port>]
+  --skip-tests          do not run bjam; used for testing script changes
 </pre>
 
               <p>To test trunk use "<code>--tag=trunk</code>" (the default),