From cf84c462490e440fe2107a8467eb1583b2e8859d Mon Sep 17 00:00:00 2001 From: Idan Kamara Date: Sun, 12 Jun 2011 17:26:20 +0300 Subject: [PATCH] run-tests: verbose log ignored test --- tests/run-tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-tests.py b/tests/run-tests.py index 56b96ce4ec..4761791cef 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -741,6 +741,7 @@ def runone(options, test): 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):