Add "regression" to differentiate the two tests.

This commit is contained in:
Brendan Dahl 2012-04-23 09:39:04 -07:00
parent 909951d975
commit 0c2f818828

View File

@ -587,7 +587,7 @@ def processResults():
print ''
numFatalFailures = (State.numErrors + State.numFBFFailures)
if 0 == State.numEqFailures and 0 == numFatalFailures:
print 'All tests passed.'
print 'All regression tests passed.'
else:
print 'OHNOES! Some tests failed!'
if 0 < State.numErrors: