|
Boost Testing : |
Subject: Re: [Boost-testing] [EXTERNAL] Windows build failures
From: Tom Kent (lists_at_[hidden])
Date: 2014-01-27 01:43:48
On Sun, Jan 26, 2014 at 10:44 PM, Belcourt, Kenneth <kbelco_at_[hidden]> wrote:
>
> Make sure to remove the boost_root directory before you rerun tests. There's a bug with regression.py where it doesn't update the boost_root directory if the --tag has changed. For example, if you run regression tests with --tag=master, then run tests again in the same directory but with --tag=develop, the boost_root directory is unchanged (still points to master). Your error could result from that.
>
Will running 'git checkout develop' in boost_root before calling
run.py fix this? (I'm trying to minimize fresh downloads of the repo.)
Tom