Tweak unit test error reporting slightly
This commit is contained in:
parent
7b86cdd134
commit
65e0a0d664
|
@ -247,6 +247,7 @@ static void Test(int testID)
|
|||
}
|
||||
catch (eError& error)
|
||||
{
|
||||
TCERR << "FAILED: " ;
|
||||
cTWUtil::PrintErrorMsg(error);
|
||||
failed_count++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue