mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Make exceptions (e.g., reftest manifest errors) print the magic word for getting logged as errors. (Bug 468476) r=ted.mielczarek
This commit is contained in:
parent
30dc97f7a9
commit
09118167f9
@ -151,7 +151,7 @@ function OnRefTestLoad()
|
||||
} catch (ex) {
|
||||
//gBrowser.loadURI('data:text/plain,' + ex);
|
||||
++gTestResults.Exception;
|
||||
dump("REFTEST TEST-FAIL | | EXCEPTION: " + ex + "\n");
|
||||
dump("REFTEST TEST-UNEXPECTED-FAIL | | EXCEPTION: " + ex + "\n");
|
||||
DoneTests();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user