diff tests/run-tests.py @ 14598:259ba7502370

run-tests: verbose log ignored test
author Idan Kamara <idankk86@gmail.com>
date Sun, 12 Jun 2011 17:26:20 +0300 (2011-06-12)
parents 5cc7905bccc9
children 2017495bd552
line wrap: on
line diff
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -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):