run-tests: verbose log ignored test

This commit is contained in:
Idan Kamara 2011-06-12 17:26:20 +03:00
parent bef424c7fa
commit cf84c46249

View File

@ -741,6 +741,7 @@ def runone(options, test):
skip("doesn't exist")
return None
else:
vlog('# Test file', test, 'not supported, ignoring')
return None # not a supported test, don't record
if not (options.whitelisted and test in options.whitelisted):