From d3ef3aa29a3dcf7afd91d8502aa9e9ce7612b3de Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sat, 26 Sep 2015 18:21:56 -0700 Subject: [PATCH] more verbose, to figure out travis failure --- src/wormhole/test/test_scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wormhole/test/test_scripts.py b/src/wormhole/test/test_scripts.py index fab80c6..3f088e8 100644 --- a/src/wormhole/test/test_scripts.py +++ b/src/wormhole/test/test_scripts.py @@ -18,7 +18,7 @@ class Scripts(ServerBase, unittest.TestCase): log.msg("locations: %s" % (locations,)) log.msg("here: %s" % (here,)) raise unittest.SkipTest("found the wrong 'wormhole' in $PATH: %s %s" - % (wormhole, locations)) + % (wormhole, here)) return wormhole def test_version(self):