Bug 419339 - Followup to change an error condition (which should never be hit) to use ERROR FAIL instead of FAIL in the error message, to trigger the right log-scraping behavior.

This commit is contained in:
jwalden@mit.edu 2008-02-24 18:59:04 -08:00
parent 73197c8a63
commit e5a26872c1

View File

@ -341,7 +341,7 @@ Are you executing $objdir/_tests/testing/mochitest/runtests.py?"""
"expect": threshold}
break
else:
print "FAIL missing output line for total leaks!"
print "ERROR FAIL missing output line for total leaks!"
leaks.close()