diff options
author | Steven Knight <knight@baldmt.com> | 2004-01-27 06:35:04 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-01-27 06:35:04 (GMT) |
commit | 337d309e434809058ceb356b40f7415d7c07cc09 (patch) | |
tree | faf09e444cbecbeafdc012c1e686a394c6eb156c /src | |
parent | 4e3b37959a38511c32b997a9c60efac699e5a635 (diff) | |
download | SCons-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.txt | 3 |
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. |