diff -r d64b07980755 -r 2bb39e460186 tests/run-tests.py --- a/tests/run-tests.py Sat Jun 11 15:03:58 2011 +0200 +++ b/tests/run-tests.py Tue Jun 14 20:35:21 2011 +0200 @@ -741,6 +741,7 @@ 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):