Changes between Version 7 and Version 8 of BoostRegressionsV2
- Timestamp:
- Mar 10, 2006, 9:58:12 AM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostRegressionsV2
v7 v8 32 32 After declaring a toolset version, it's possible to use {{{base_toolset}}}-{{{version}}} to request this toolset when building. 33 33 34 You should also configure the location of Python, for example: 35 {{{ 36 using python : 2.3 : C:/Python ; 37 }}} 38 Adjust the version and python root accordingly. 39 40 34 41 = Running = 35 42 … … 37 44 38 45 {{{ 39 ./regression.py get-source40 ./regression.py setup --v241 46 ./regression.py test --v2 --toolsets=hp_cxx-65_042_tru42 42 ./regression.py collect-logs --v243 ./regression.py cleanup bin44 47 }}} 45 48 46 49 The names of toolsets passed to {{{regression.py}}} are constructed from name base toolset name and version passed to the {{{using}}} rule, separated with dash. 47 50 51 Please also add "-V2" suffix the the runner-id that you normally use, so that it's easy to see that you're using V2. 52
