Browse Source

Document disk space requirements

[SVN r30752]
Aleksey Gurtovoy 21 years ago
parent
commit
6ab0695c84

+ 13 - 11
tools/regression/xsl_reports/runner/instructions.html

@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.3.6: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.3.10: http://docutils.sourceforge.net/" />
 <title>Running Boost Regression Tests</title>
 <style type="text/css">
 
@@ -246,12 +246,13 @@ ul.auto-toc {
 </style>
 </head>
 <body>
+<div class="document" id="running-boost-regression-tests">
 <h1 class="title">Running Boost Regression Tests</h1>
-<div class="document" id="running-boost-regression">
 <div class="section" id="requirements">
 <h2><a name="requirements">Requirements</a></h2>
 <ul class="simple">
-<li>Python 2.3</li>
+<li>Python 2.3 or higher</li>
+<li>Some spare disk space (~5 Gb per each tested compiler)</li>
 </ul>
 <p>That's it! You don't even need a CVS client installed.</p>
 </div>
@@ -313,8 +314,8 @@ merge all submitted test runs and publish them at
 </div>
 <div class="section" id="advanced-use">
 <h2><a name="advanced-use">Advanced use</a></h2>
-<div class="section" id="providing-detailed">
-<h3><a name="providing-detailed">Providing detailed information about your environment</a></h3>
+<div class="section" id="providing-detailed-information-about-your-environment">
+<h3><a name="providing-detailed-information-about-your-environment">Providing detailed information about your environment</a></h3>
 <p>Once you have your regression results displayed in the Boost-wide
 reports, you may consider providing a bit more information about
 yourself and your test environment. This additional information will
@@ -335,8 +336,8 @@ it an identically named command-line flag:</p>
 python regression.py ... <strong>--incremental</strong>
 </pre>
 </div>
-<div class="section" id="dealing-with-misbehaved">
-<h3><a name="dealing-with-misbehaved">Dealing with misbehaved tests/compilers</a></h3>
+<div class="section" id="dealing-with-misbehaved-tests-compilers">
+<h3><a name="dealing-with-misbehaved-tests-compilers">Dealing with misbehaved tests/compilers</a></h3>
 <p>Depending on the environment/C++ runtime support library the test is compiled with, 
 a test failure/termination may cause an appearance of a dialog window, requiring
 human intervention to proceed. Moreover, the test (or even of the compiler itself)
@@ -363,8 +364,8 @@ Note, though, that the files obtained this way tend to lag behind the actual CVS
 state by several hours, sometimes up to twelve. By contrast, the tarball the script 
 downloads by default is at most one hour behind.</p>
 </div>
-<div class="section" id="integration-with-a-custom">
-<h3><a name="integration-with-a-custom">Integration with a custom driver script</a></h3>
+<div class="section" id="integration-with-a-custom-driver-script">
+<h3><a name="integration-with-a-custom-driver-script">Integration with a custom driver script</a></h3>
 <p>Even if you've already been using a custom driver script, and for some 
 reason you don't  want <tt class="docutils literal"><span class="pre">regression.py</span></tt> to take over of the entire test cycle, 
 getting your regression results into <a class="reference" href="http://www.boost.org/regression-logs/developer/">Boost-wide reports</a> is still easy!</p>
@@ -461,11 +462,12 @@ are running on a Windows platform. Contributions are welcome!</td></tr>
 </table>
 </div>
 </div>
-<hr class="docutils footer" />
 <div class="footer">
+<hr class="footer" />
 <a class="reference" href="instructions.rst">View document source</a>.
-Generated on: 2005-07-18 22:33 UTC.
+Generated on: 2005-08-31 14:10 UTC.
 Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
+
 </div>
 </body>
 </html>

+ 1 - 0
tools/regression/xsl_reports/runner/instructions.rst

@@ -6,6 +6,7 @@ Requirements
 ------------
 
 * Python 2.3 or higher
+* Some spare disk space (~5 Gb per each tested compiler)
 
 That's it! You don't even need a CVS client installed.
 

粤ICP备19079148号