mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Add "regression" to differentiate the two tests.
This commit is contained in:
parent
909951d975
commit
0c2f818828
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue