diff options
author | anatoly techtonik <techtonik@gmail.com> | 2012-12-18 11:40:36 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2012-12-18 11:40:36 (GMT) |
commit | 02cae725ed116ae6cd996fe3bf5888f7f8f61b97 (patch) | |
tree | de7781d298241c4c982cd8a23c25d6e3695fb5e7 /src/CHANGES.txt | |
parent | 15d633a7931591f1829bfb9e0d29c79dfb26a1be (diff) | |
download | SCons-02cae725ed116ae6cd996fe3bf5888f7f8f61b97.zip SCons-02cae725ed116ae6cd996fe3bf5888f7f8f61b97.tar.gz SCons-02cae725ed116ae6cd996fe3bf5888f7f8f61b97.tar.bz2 |
runtest.py: Enable -o, --output to save stdout/stderr into a file
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 736160f..e8aa5ee 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -16,6 +16,8 @@ RELEASE 2.X.X - * exit with an error if no tests were found * removed --noqmtest option - this behavior is by default * replaced `-o FILE --xml` combination with `--xml FILE` + * changed `-o, --output FILE` option to capture stdout/stderr output + from runtest.py From Juan Lang: - Fix WiX Tool to use .wixobj rather than .wxiobj for compiler output |