Oops!
This commit is contained in:
parent
1c49afe179
commit
e081c9e8fc
|
@ -80,7 +80,7 @@ if not len(args):
|
||||||
|
|
||||||
_, returncode = cmd(["which", "ttx"])
|
_, returncode = cmd(["which", "ttx"])
|
||||||
if returncode:
|
if returncode:
|
||||||
print("TTX is not present, skipping test.")
|
print("TTX is not present, skipping test.")
|
||||||
sys.exit (77)
|
sys.exit (77)
|
||||||
|
|
||||||
fails = 0
|
fails = 0
|
||||||
|
|
Loading…
Reference in New Issue