
12 Jul
2012
12 Jul
'12
11:23 a.m.
Le 12/07/12 11:38, Sergey Cheban a écrit :
On 09.07.2012 10:26, Tim Blechmann wrote:
.... there are still some test failures on win32, but i think i found the reason and fixed the tests (btw it is rather time consuming to work with the test farm as the win32 tests are only run about once a week).
I'm trying to setup the regression tests on our build server and I have some problems with specifying the toolset(s).
The command line is: C:\Python27\python.exe run.py --runner=MSVC9_x64_DoctorWeb --toolsets=msvc-9.0 --bjam-options=architecture=x86 --bjam-options=address-model=64 --tag=branches/release --force-update --bjam-options="-j 10"
What am I doing wrong?
Have you declared a toolset msvc-9.0 in your user-config.jam file? Vicente