Backed out changeset 93877b72e677 (bug 1473392) for causing mch perma failures in testing/mochitest/tests/python/test_basic_mochitest_plain.py a=backout

This commit is contained in:
Margareta Eliza Balazs 2018-08-17 14:59:59 +03:00
parent 6c198262de
commit ef8b3886cb

View File

@ -2643,8 +2643,8 @@ toolbar#nav-bar {
print("4 INFO Mode: %s" % e10s_mode)
print("5 INFO SimpleTest FINISHED")
if not result and self.countfail:
# at least one test failed
if not result and not self.countpass:
# either tests failed or no tests run
result = 1
return result