mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Run unit tests in parallel
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
{
|
||||
// Don't use BEAST_EXPECT above b/c it will be called a non-deterministic number of times
|
||||
// and the number of tests run should be deterministic
|
||||
fail();
|
||||
fail("", __FILE__, __LINE__);
|
||||
}
|
||||
|
||||
if(jv.isMember(jss::warning))
|
||||
|
||||
Reference in New Issue
Block a user