diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-01-17 18:49:28 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-01-17 18:49:28 (GMT) |
commit | 76d5b4adc2716abf159f64b351bc7f3915b44e08 (patch) | |
tree | 96b517cc5809fbc5de5e6a14fd20c18f74ac5d7c | |
parent | d59da7c8d278e1c37f05ce01ca1a14125295ac15 (diff) | |
download | SCons-76d5b4adc2716abf159f64b351bc7f3915b44e08.zip SCons-76d5b4adc2716abf159f64b351bc7f3915b44e08.tar.gz SCons-76d5b4adc2716abf159f64b351bc7f3915b44e08.tar.bz2 |
fix text to say 'tex' instead of 'text' specifying which tools were missing when the test is skipped
-rw-r--r-- | test/DVIPDF/makeindex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DVIPDF/makeindex.py b/test/DVIPDF/makeindex.py index 22a31be..00c57c4 100644 --- a/test/DVIPDF/makeindex.py +++ b/test/DVIPDF/makeindex.py @@ -34,7 +34,7 @@ dvipdf = test.where_is('dvipdf') tex = test.where_is('tex') if not dvipdf or not tex: - test.skip_test('Could not find dvipdf or text; skipping test(s).\n') + test.skip_test('Could not find dvipdf or tex; skipping test(s).\n') |