more verbose, to figure out travis failure

This commit is contained in:
Brian Warner 2015-09-26 18:21:56 -07:00
parent 5ee37cab64
commit d3ef3aa29a

View File

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