|
Boost Testing : |
From: Victor A. Wagner Jr. (vawjr_at_[hidden])
Date: 2008-01-08 20:51:39
python run.py --incremental --bjam-options=-j --toolsets=msvc
--user=anonymous --runner=RudbekAssociates-V2
apparently caused my regression testing to come to a sudden stop because
bjam would go into an infinite loop.... changing it back to:
python run.py --incremental --bjam-options=-j2 --toolsets=msvc
--user=anonymous --runner=RudbekAssociates-V2
in case you don't see the difference i'ts the --bjam-options= that's
the apparent culprit. well, probably the "=-j"
at any rate, it looks like a bad idea