run-tests: verbose log ignored test stable
authorIdan Kamara <idankk86@gmail.com>
Sun, 12 Jun 2011 17:26:20 +0300
branchstable
changeset 966 e6f112b6f14b
parent 964 aaafe06aaa5f
child 967 2bb39e460186
child 968 8d821e2fed38
run-tests: verbose log ignored test [ original upstream message ]
tests/run-tests.py
--- 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):