mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 23:22:10 +00:00
Fix: Call Bjam with -a option to make sure it really compiles each test.
[SVN r70584]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user