summaryrefslogtreecommitdiff
path: root/test/TEX/multi-run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/multi-run.py')
-rw-r--r--test/TEX/multi-run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TEX/multi-run.py b/test/TEX/multi-run.py
index 7e94be39..37a839bf 100644
--- a/test/TEX/multi-run.py
+++ b/test/TEX/multi-run.py
@@ -39,6 +39,8 @@ test = TestSCons.TestSCons()
tex = test.where_is('tex')
latex = test.where_is('latex')
+if not latex:
+ test.skip_test("Could not find latex; skipping test(s).\n")
if not tex and not latex:
test.skip_test("Could not find tex or latex; skipping test(s).\n")