]> git.parisson.com Git - pdf.js.git/commitdiff
Add "regression" to differentiate the two tests.
authorBrendan Dahl <brendan.dahl@gmail.com>
Mon, 23 Apr 2012 16:39:04 +0000 (09:39 -0700)
committerBrendan Dahl <brendan.dahl@gmail.com>
Mon, 23 Apr 2012 16:39:04 +0000 (09:39 -0700)
test/test.py

index 30dafe84070ea898c56934c8c5babebb7cae5b9c..c3d7517d04c4d5eccbd3e796cc9133268236abfe 100644 (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: