summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-01-27 06:35:04 (GMT)
committerSteven Knight <knight@baldmt.com>2004-01-27 06:35:04 (GMT)
commit337d309e434809058ceb356b40f7415d7c07cc09 (patch)
treefaf09e444cbecbeafdc012c1e686a394c6eb156c /src
parent4e3b37959a38511c32b997a9c60efac699e5a635 (diff)
downloadSCons-337d309e434809058ceb356b40f7415d7c07cc09.zip
SCons-337d309e434809058ceb356b40f7415d7c07cc09.tar.gz
SCons-337d309e434809058ceb356b40f7415d7c07cc09.tar.bz2
Accomodate white space in path names when running tests.
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index ffcfe91..26dd7ef 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -141,6 +141,9 @@ RELEASE 0.95 - XXX
of whether the file was built via scons.bat or scons.py.
(Thanks to Niall Douglas for contributing code and testing.)
+ - Fix TestCmd.py, runtest.py and specific tests to accomodate being
+ run from directories whose paths include white space.
+
From Vincent Risi:
- Add support for the bcc32, ilink32 and tlib Borland tools.