Treat a nonzero exit status as a failure (#3430)
And fix the test cases that have been failing ,undetected
This commit is contained in:
committed by
GitHub
parent
50cfbe8b63
commit
28a46880a2
@@ -43,6 +43,8 @@ extern std::string configurationDefaults;
|
||||
int main (int, char**)
|
||||
{
|
||||
UnitTest t (1);
|
||||
Context context;
|
||||
Context::setContext(&context);
|
||||
|
||||
// Ensure environment has no influence.
|
||||
unsetenv ("TASKDATA");
|
||||
|
||||
Reference in New Issue
Block a user