diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-04-24 21:48:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-24 21:48:42 (GMT) |
commit | d642ba8c6ee147daa8155b6a354ce66a13bb9188 (patch) | |
tree | aced4190148244a23fac522a7c83f8d18a8c1979 /test | |
parent | 9d992057717b2a35f7cccbaecfadc609ec5e3583 (diff) | |
parent | 511e9966835a3b13b1575092ae5190ef001638c9 (diff) | |
download | SCons-d642ba8c6ee147daa8155b6a354ce66a13bb9188.zip SCons-d642ba8c6ee147daa8155b6a354ce66a13bb9188.tar.gz SCons-d642ba8c6ee147daa8155b6a354ce66a13bb9188.tar.bz2 |
Merge pull request #3337 from mwichmann/tool-add
[#3336] do not add not-found tool paths
Diffstat (limited to 'test')
-rw-r--r-- | test/LEX/live_mingw.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LEX/live_mingw.py b/test/LEX/live_mingw.py index 13e2342..d535065 100644 --- a/test/LEX/live_mingw.py +++ b/test/LEX/live_mingw.py @@ -41,7 +41,7 @@ if sys.platform != 'win32': test.skip_test('Not windows environment; skipping test.\n') if not test.where_is('gcc'): - test.skip_test('No mingw or cygwin on windows; skipping test.\n') + test.skip_test('No mingw or cygwin build environment found; skipping test.\n') lex = test.where_is('lex') or test.where_is('flex') |