
27 Aug
2004
27 Aug
'04
10:55 a.m.
Bronek Kozicki wrote:
Markus Schöpflin wrote:
I have done a patch for regression.py which adds a new option '--test-options'. I needed this to pass options to the actual test run.
is it possible to have similar option, but only for selected toolsets? I could use it to run several toolsets together, that use the same environment variables:
python regression.py --toolset=mingw,mingw-3.4.1 --test-options='mingw -sMINGW_ROOT=/mingw' --test-options='mingw-3.4.1 -sMINGW_ROOT=/mingw341'
Uhm, not sure how to do that. But what about python regression.py --toolset=foo,bar --test-options='foo-options','bar-options' That should be possible I think. Markus