# HG changeset patch # User Idan Kamara # Date 1307888780 -10800 # Node ID e6f112b6f14b0c74477c0398efe476be361cc3e5 # Parent aaafe06aaa5f3d1fe75746c8813853d1a3ed0f34 run-tests: verbose log ignored test [ original upstream message ] diff -r aaafe06aaa5f -r e6f112b6f14b 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):