Bug 1039172 - Warnings are printed twice and "TEST-SKIPPED" are no longer printed in logs. r=jmaher

This commit is contained in:
Vaibhav Agrawal 2014-07-18 07:20:00 -04:00
parent 49b3d9bb1a
commit 0d97b55d41

View File

@ -1524,6 +1524,7 @@ class Mochitest(MochitestUtilsMixin):
testsToRun = []
for test in tests:
if test.has_key('disabled'):
log.info('TEST-SKIPPED | %s | %s' % (test['path'], test['disabled']))
continue
testsToRun.append(test['path'])