Merge with stable
authorChristian Ebert <blacktrash@gmx.net>
Tue, 14 Jun 2011 20:35:21 +0200
changeset 967 2bb39e460186
parent 965 d64b07980755 (current diff)
parent 966 e6f112b6f14b (diff)
child 969 1f47c6ec53d6
Merge with stable
--- 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):