From 5ee37cab64ad0eae5763dfe1754c722d1dbbdc9c Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sat, 26 Sep 2015 18:17:50 -0700 Subject: [PATCH] test_scripts: make found-wrong-wormhole error more verbose --- src/wormhole/test/test_scripts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wormhole/test/test_scripts.py b/src/wormhole/test/test_scripts.py index cb01c8c..fab80c6 100644 --- a/src/wormhole/test/test_scripts.py +++ b/src/wormhole/test/test_scripts.py @@ -17,8 +17,8 @@ class Scripts(ServerBase, unittest.TestCase): if not os.path.abspath(wormhole).startswith(here): log.msg("locations: %s" % (locations,)) log.msg("here: %s" % (here,)) - raise unittest.SkipTest("found the wrong 'wormhole' in $PATH: %s" - % wormhole) + raise unittest.SkipTest("found the wrong 'wormhole' in $PATH: %s %s" + % (wormhole, locations)) return wormhole def test_version(self):