From e5a26872c19289ba9376e8966549d1ba4ac5ccb5 Mon Sep 17 00:00:00 2001 From: "jwalden@mit.edu" Date: Sun, 24 Feb 2008 18:59:04 -0800 Subject: [PATCH] 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. --- testing/mochitest/runtests.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mochitest/runtests.py.in b/testing/mochitest/runtests.py.in index 590f46c30a08..d5f5ac28e24e 100644 --- a/testing/mochitest/runtests.py.in +++ b/testing/mochitest/runtests.py.in @@ -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()