# HG changeset patch # User Idan Kamara # Date 2011-06-12 14:26:20 # Node ID 259ba7502370eecad2150b5dbadb2cf71f7bc90b # Parent 3f1dccea9510c122cf9ab0e7a5a19ceed3600a7f run-tests: verbose log ignored test diff --git a/tests/run-tests.py b/tests/run-tests.py --- 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):