summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2012-12-17 16:56:01 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2012-12-17 16:56:01 (GMT)
commit7204d98634a9a695a0c2f818ffafb6f79ad1bfab (patch)
treeb42e48f2e5d6ce930513b124050275770577a373 /src/CHANGES.txt
parent1aa43a4a975373c032c2fe00a566c2a618d24dbd (diff)
downloadSCons-7204d98634a9a695a0c2f818ffafb6f79ad1bfab.zip
SCons-7204d98634a9a695a0c2f818ffafb6f79ad1bfab.tar.gz
SCons-7204d98634a9a695a0c2f818ffafb6f79ad1bfab.tar.bz2
runtest.py: Replace `-o file --xml` with `--xml file`
`runtest.py -o file ...` never worked right throwing exception: Traceback (most recent call last): File "...\runtest.py", line 925, in <module> tests[0].header(f) IndexError: list index out of range Leaving -o argument to gather all output into a file (work in process) also allows to capture output and format test results in parallel.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 9f67f3b..736160f 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -13,8 +13,9 @@ RELEASE 2.X.X -
- Cleaned up some Python 1.5 and pre-2.3 code, so don't expect SCons
to run on anything less than Python 2.4 anymore
- Several fixes for runtest.py:
- * now exits with an error if no tests were found
+ * 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`
From Juan Lang:
- Fix WiX Tool to use .wixobj rather than .wxiobj for compiler output