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.

git-svn-id: svn://10.0.0.236/trunk@246428 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jwalden%mit.edu 2008-02-25 02:59:04 +00:00
parent 40c0344192
commit d613f2e8b3

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()