summaryrefslogtreecommitdiffstats
path: root/test/LEX
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-04-13 17:38:28 (GMT)
committerMats Wichmann <mats@linux.com>2019-04-13 17:43:49 (GMT)
commit77f302bcc7cff7faca0944ac6848de1c82c487d9 (patch)
treec4cd13c379dd56c8f4e051f424da831388c08fa2 /test/LEX
parentfd4a8f7c9383095a0e508bac937b6122dd5317d6 (diff)
downloadSCons-77f302bcc7cff7faca0944ac6848de1c82c487d9.zip
SCons-77f302bcc7cff7faca0944ac6848de1c82c487d9.tar.gz
SCons-77f302bcc7cff7faca0944ac6848de1c82c487d9.tar.bz2
[PR #3337] clean up lex and yacc tools
Remove now unneeded code to save/restore the path, since the routine now does not modify the path. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/LEX')
-rw-r--r--test/LEX/live_mingw.py2
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')