diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-08-22 00:59:35 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-08-22 00:59:35 (GMT) |
commit | af7ae3e0489ca6f58a2581add0ceb7da4e7ccf0d (patch) | |
tree | f04bbc9e297aed126b42b78009bdd43fb2dae1e5 /test/Configure | |
parent | 6db60dbe1c3dc28f24bfca48135bcb4bc9bd66d6 (diff) | |
download | SCons-af7ae3e0489ca6f58a2581add0ceb7da4e7ccf0d.zip SCons-af7ae3e0489ca6f58a2581add0ceb7da4e7ccf0d.tar.gz SCons-af7ae3e0489ca6f58a2581add0ceb7da4e7ccf0d.tar.bz2 |
Fixed or skipped tests that fail on Windows.
Mostly just per-test changes, but also made match_re strip
out CR (\r) chars at end of lines to make Windows match properly.
Diffstat (limited to 'test/Configure')
-rw-r--r-- | test/Configure/custom-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Configure/custom-tests.py b/test/Configure/custom-tests.py index f79ea0d..687ba48 100644 --- a/test/Configure/custom-tests.py +++ b/test/Configure/custom-tests.py @@ -180,7 +180,7 @@ scons: Configure: Display of random string ... scons: Configure: \(cached\) a random string scons: Configure: Display of empty string ... -scons: Configure: \(cached\). +scons: Configure: \(cached\) * scons: Configure: Display of dictionary ... scons: Configure: \(cached\) yes |