diff --git a/tools/regression/xsl_reports/runner/instructions.html b/tools/regression/xsl_reports/runner/instructions.html index 6f0fd3d6bc..7685c5a5e6 100644 --- a/tools/regression/xsl_reports/runner/instructions.html +++ b/tools/regression/xsl_reports/runner/instructions.html @@ -5,7 +5,245 @@ Running Boost Regression Tests - +

Running Boost Regression Tests

@@ -29,8 +267,8 @@ test files to be placed. you'd like to use, just put them in the same directory with regression.py, e.g.:

 my_boost_regressions/
-   regression.py
-   bjam.exe
+    regression.py
+    bjam[.exe]
 
@@ -208,7 +446,7 @@ are running on a Windows platform. Contributions are welcome! diff --git a/tools/regression/xsl_reports/runner/instructions.rst b/tools/regression/xsl_reports/runner/instructions.rst index 37699d3cae..1d3426d669 100644 --- a/tools/regression/xsl_reports/runner/instructions.rst +++ b/tools/regression/xsl_reports/runner/instructions.rst @@ -20,11 +20,13 @@ __ http://cvs.sourceforge.net/viewcvs.py/*checkout*/boost/boost/tools/regression * **Optional**: If you already have ``bjam`` and/or ``process_jam_log`` executables - you'd like to use, just put them in the same directory with ``regression.py``, e.g.:: + you'd like to use, just put them in the same directory with ``regression.py``, e.g.: - my_boost_regressions/ - regression.py - bjam.exe + .. parsed-literal:: + + my_boost_regressions/ + regression.py + bjam\ *[.exe]* Running tests