Content-Length: 265835 | pFad | https://github.com/mozilla/gecko-dev/commit/1831372fe71b4f63a2dd878b091824fbcbfd95cd
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a609f commit 1831372Copy full SHA for 1831372
testing/mochitest/runtestsremote.py
@@ -413,7 +413,7 @@ def main():
413
try:
414
retVal = mochitest.runTests(options)
415
except:
416
- print "TEST-UNEXPECTED-ERROR | %s | Exception caught while running robocop tests." % sys.exc_info()[1]
+ print "TEST-UNEXPECTED-FAIL | %s | Exception caught while running robocop tests." % sys.exc_info()[1]
417
mochitest.stopWebServer(options)
418
mochitest.stopWebSocketServer(options)
419
@@ -425,7 +425,7 @@ def main():
425
426
427
428
- print "TEST-UNEXPECTED-ERROR | %s | Exception caught while running tests." % sys.exc_info()[1]
+ print "TEST-UNEXPECTED-FAIL | %s | Exception caught while running tests." % sys.exc_info()[1]
429
430
431
Fetched URL: https://github.com/mozilla/gecko-dev/commit/1831372fe71b4f63a2dd878b091824fbcbfd95cd
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments