diff --git a/test/test.py b/test/test.py index 30dafe840..c3d7517d0 100644 --- a/test/test.py +++ b/test/test.py @@ -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: