more verbose, to figure out travis failure
This commit is contained in:
parent
5ee37cab64
commit
d3ef3aa29a
|
@ -18,7 +18,7 @@ class Scripts(ServerBase, unittest.TestCase):
|
||||||
log.msg("locations: %s" % (locations,))
|
log.msg("locations: %s" % (locations,))
|
||||||
log.msg("here: %s" % (here,))
|
log.msg("here: %s" % (here,))
|
||||||
raise unittest.SkipTest("found the wrong 'wormhole' in $PATH: %s %s"
|
raise unittest.SkipTest("found the wrong 'wormhole' in $PATH: %s %s"
|
||||||
% (wormhole, locations))
|
% (wormhole, here))
|
||||||
return wormhole
|
return wormhole
|
||||||
|
|
||||||
def test_version(self):
|
def test_version(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user