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
@@ -37,7 +37,7 @@
|
||||
int main (int, char**)
|
||||
{
|
||||
#ifdef PRODUCT_TASKWARRIOR
|
||||
UnitTest t (1253);
|
||||
UnitTest t (1255);
|
||||
#else
|
||||
UnitTest t (1235);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user