|
Boost Testing : |
From: Jim Douglas (jim_at_[hidden])
Date: 2006-02-27 05:39:19
Aleksey Gurtovoy wrote:
> Jim Douglas writes:
>
>>Is there any way the in bidir_vec_remove_edge test can be
>>temporarily bypassed so that I can resume regression tests?
>
>
> You can write a script to patch the corresponding Jamfile locally to
> exclude the test, name it "patch_boost" and put alongside with
> "regression.py", which will run it automatically after getting the
> sources.
This, of course, is a well documented feature :-)) So IIUC regression.py
checks for the existence of a file called "patch_boost", in the same
directory (or is it current working directory) and executes it after
downloading and unpacking the tarball?
Very useful!
Jim