Fix: Call Bjam with -a option to make sure it really compiles each test.

[SVN r70584]
This commit is contained in:
Bruno Lalande
2011-03-26 19:52:54 +00:00
parent 3d058b87d7
commit e424dbc94c

View File

@@ -189,7 +189,7 @@ void report_library(std::ostream& report, int type, algorithm const& algo,
;
}
if (system("bjam tmp > tmp/t.out"))
if (system("bjam -a tmp > tmp/t.out"))
{
report << " [$img/nyi.png] ";
std::cout << " ERROR" << std::endl;