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):