From: Brendan Dahl Date: Mon, 23 Apr 2012 16:39:04 +0000 (-0700) Subject: Add "regression" to differentiate the two tests. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0c2f8188287008e3f6aa453d7cdb999d51d552b0;p=pdf.js.git Add "regression" to differentiate the two tests. --- diff --git a/test/test.py b/test/test.py index 30dafe8..c3d7517 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: