tests/run-tests.py
branchstable
changeset 966 e6f112b6f14b
parent 962 b5a4f9f5ec49
child 970 e42946273064
--- a/tests/run-tests.py	Sat Jun 11 14:17:25 2011 +0200
+++ b/tests/run-tests.py	Sun Jun 12 17:26:20 2011 +0300
@@ -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):