mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1039172 - Warnings are printed twice and "TEST-SKIPPED" are no longer printed in logs. r=jmaher
This commit is contained in:
parent
49b3d9bb1a
commit
0d97b55d41
@ -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'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user