# HG changeset patch # User Christian Ebert # Date 1308076521 -7200 # Node ID 2bb39e4601868d94b18fdc78df566ab817072331 # Parent d64b0798075554032dc9b429f6cf5a9dd31db3ac# Parent e6f112b6f14b0c74477c0398efe476be361cc3e5 Merge with stable 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):