mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Bug 781116 - "finished in a non-clean fashion" message should use error() instead of log(); r=ted
This commit is contained in:
parent
803578e620
commit
3cd194931f
@ -425,10 +425,10 @@ TestRunner.testFinished = function(tests) {
|
||||
|
||||
function runNextTest() {
|
||||
if (TestRunner.currentTestURL != TestRunner.getLoadedTestURL()) {
|
||||
TestRunner.log("TEST-UNEXPECTED-FAIL | " +
|
||||
TestRunner.currentTestURL +
|
||||
" | finished in a non-clean fashion (in " +
|
||||
TestRunner.getLoadedTestURL() + ")");
|
||||
TestRunner.error("TEST-UNEXPECTED-FAIL | " +
|
||||
TestRunner.currentTestURL +
|
||||
" | finished in a non-clean fashion (in " +
|
||||
TestRunner.getLoadedTestURL() + ")");
|
||||
tests.push({ result: false });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user