On Tue, 19 Feb 2019 at 11:49, Hans Dembinski via Boost
On 19. Feb 2019, at 04:29, Peter Dimov via Boost
wrote: Tom Kent wrote:
All- Sometime around 7pm yesterday (2-17) a commit went in (master and develop?, regression scripts?) that broke all my regression runners (linux and windows).
It's this one: https://github.com/boostorg/histogram/commit/9abbe46e3dd57e2b55f7ab52eaed159...
so it was me, sorry. This error didn't show up in my unit test. It seems to come from my `coverage` variant, which I copied and modified from beast, where it seems to work fine.
You seem to be running `b2 -j2 -q toolset=gcc-7 coverage`, while it should read `variant=coverage` AFAIS, Beast's `.travis.yml` sets `VARIANT` and other env variables, then calls `libs/beast/tools/retry.sh libs/beast/tools/build-and-test.sh` which composes the `b2` command line Your `.travis.yml` + `Jamfile` do things similar, but different Best regards, -- Mateusz Loskot, http://mateusz.loskot.net