Boost logo

Boost Testing :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2006-03-18 08:57:16


Martin Wille wrote:

> Is there a way to make regression.py not update the source tree?

Easy. Simply run the regression.py commands individually, skipping the download/update of the latest sources. (See https://zigzag.cs.msu.su/boost.build/wiki/BoostRegressionsV2):

./regression.py setup --v2 --toolsets=hp_cxx-65_042_tru42
./regression.py test --v2 --toolsets=hp_cxx-65_042_tru42 --bjam-options="warnings=on"
./regression.py collect-logs --comment comment.html --runner=hp-tru42-V2
./regression.py upload-logs --runner=hp-tru42-V2

replacing the options with the values you use. NOTE: You will need to grab the latest sources yourself. Or, you could do:

./regression.py cleanup
./regression.py get-source

# Patch the Boost source tree

./regression.py setup --v2 --toolsets=hp_cxx-65_042_tru42
./regression.py test --v2 --toolsets=hp_cxx-65_042_tru42 --bjam-options="warnings=on"
./regression.py collect-logs --comment comment.html --runner=hp-tru42-V2
./regression.py upload-logs --runner=hp-tru42-V2

NOTE: You can run the tests separately:

./regression.py cleanup
./regression.py get-source
./regression.py setup --v2 --toolsets=msvc-7.1,msvc-8.0

# Patch for msvc-7.1...
./regression.py test --v2 --toolsets=msvc-7.1

# Patch for msvc-8.0...
./regression.py test --v2 --toolsets=msvc-8.0

./regression.py collect-logs --comment comment.html --runner=martin-V2
./regression.py upload-logs --runner=martin-V2

- Reece
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


Boost-testing list run by mbergal at meta-comm.com