Boost logo

Boost Testing :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2005-04-13 09:52:42


Vladimir Prus writes:
> Martin Wille wrote:
>> Aleksey/Misha: does regression.py support BBv2 or could support for BBv2
>> be added within reasonable time?
>
> I think so. Today I've committed the changes that add --v2 option to the
> process_jam_log command. Just adding that should do the trick.
> Is there any way to run regression.py without uploading the logs, so that
> I
> could test?

Sure. As you can see from the script's command line help, it allows for the
optional "command", designating a particular step of the regressions' run.
The default sequence of steps is

    1. cleanup
    2. get-source
    3. setup
    4. test
    5. collect-logs
    6. upload-logs
    7. update-itself

To perform an otherwise normal run without logs upload, you need to invoke
the script with your usual arugments prepended by commands 1-5:

    python regression.py cleanup ...
    python regression.py get-source ...
    ...
    python regression.py collect-logs ...

HTH,

--
Aleksey Gurtovoy
MetaCommunications Engineering

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