|
|
@@ -249,6 +249,8 @@ ul.auto-toc {
|
|
|
<ul class="simple">
|
|
|
<li>Python 2.3</li>
|
|
|
</ul>
|
|
|
+<p>That's it! You don't even need a CVS client installed, unless you are behind a proxy
|
|
|
+server; in the latter case, please see below.</p>
|
|
|
</div>
|
|
|
<div class="section" id="installation">
|
|
|
<h2><a name="installation">Installation</a></h2>
|
|
|
@@ -276,8 +278,18 @@ only required option, runner id. For example:</p>
|
|
|
<pre class="literal-block">
|
|
|
python regression.py --runner=Metacomm
|
|
|
</pre>
|
|
|
+<p>You can specify a particular set of toolsets you want to test with by passing them as
|
|
|
+a comma-separated list with the <tt class="literal"><span class="pre">--toolsets</span></tt> option:</p>
|
|
|
+<pre class="literal-block">
|
|
|
+python regression.py --runner=Metacomm --toolsets=gcc,vc7
|
|
|
+</pre>
|
|
|
<p>If you are interested in seeing all available options, run <tt class="literal"><span class="pre">python</span> <span class="pre">regression.py</span></tt>
|
|
|
or <tt class="literal"><span class="pre">python</span> <span class="pre">regression.py</span> <span class="pre">--help</span></tt>.</p>
|
|
|
+<p><strong>Note</strong>: If you are using a proxy server, the easiest way to get the script
|
|
|
+running is to allow it to use anonymous CVS access to get the Boost sources:</p>
|
|
|
+<pre class="literal-block">
|
|
|
+python regression.py --runner=Metacomm --user=anonymous
|
|
|
+</pre>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
@@ -301,7 +313,7 @@ merge all submitted test runs and publish them at
|
|
|
<hr class="footer" />
|
|
|
<div class="footer">
|
|
|
<a class="reference" href="instructions.rst">View document source</a>.
|
|
|
-Generated on: 2004-07-20 12:40 UTC.
|
|
|
+Generated on: 2004-07-21 01:41 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>
|