diff options
author | anatoly techtonik <techtonik@gmail.com> | 2012-12-17 16:51:00 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2012-12-17 16:51:00 (GMT) |
commit | 1aa43a4a975373c032c2fe00a566c2a618d24dbd (patch) | |
tree | de6e6395c599e089f9cfd63ef65e67e1aa21044a /src | |
parent | 48b372251b919b28c80d3c2a7ccf0e2eb5a1a960 (diff) | |
download | SCons-1aa43a4a975373c032c2fe00a566c2a618d24dbd.zip SCons-1aa43a4a975373c032c2fe00a566c2a618d24dbd.tar.gz SCons-1aa43a4a975373c032c2fe00a566c2a618d24dbd.tar.bz2 |
runtest.py: Exit with an error if no tests were found
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 6aad0ea..9f67f3b 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -12,7 +12,9 @@ RELEASE 2.X.X - - Error messages from option parser now include hints about valid choices - 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 - - runtest.py: Removed --noqmtest option - this behavior is by default. + - Several fixes for runtest.py: + * now exits with an error if no tests were found + * removed --noqmtest option - this behavior is by default From Juan Lang: - Fix WiX Tool to use .wixobj rather than .wxiobj for compiler output |