From 0c2f8188287008e3f6aa453d7cdb999d51d552b0 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Mon, 23 Apr 2012 09:39:04 -0700 Subject: [PATCH] Add "regression" to differentiate the two tests. --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: