changeset 14598:259ba7502370

run-tests: verbose log ignored test
author Idan Kamara <idankk86@gmail.com>
date Sun, 12 Jun 2011 17:26:20 +0300
parents 3f1dccea9510
children b28004513977
files tests/run-tests.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests.py	Fri Jun 10 10:58:10 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):