diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-09-20 17:40:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 17:40:51 (GMT) |
commit | f4821b9c97eb9317d87bab2607c0885d85f69b73 (patch) | |
tree | 5af9e59db9593c7d58d2cdc66226ff93db81d92b /src | |
parent | aa6e30ebd8dfebcb6cb813171b78ff3c4e342b93 (diff) | |
parent | bbde3d2bbf2a7e34d369c5be069fde2d5e235670 (diff) | |
download | SCons-f4821b9c97eb9317d87bab2607c0885d85f69b73.zip SCons-f4821b9c97eb9317d87bab2607c0885d85f69b73.tar.gz SCons-f4821b9c97eb9317d87bab2607c0885d85f69b73.tar.bz2 |
Merge pull request #3192 from mwichmann/test-tarpkg
Improvements to tarball packager testing
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 353d5ab..4467f75 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -129,13 +129,16 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE - Document and comment cleanup. - Added new Environment Value X_RPM_EXTRADEFS to supply custom settings to the specfile without adding specific logic for each one to scons. - - One swig test now checks for Python.h instead of failing + - The test for Python.h needed by swig tests is moved to get_python_platform + so it does not have to be repeated in every test; picks up one failure + which did not make the (previously needed) check. - If test opens os.devnull, register with atexit so file opens do not leak. - Fix bugs in Win32 process spawn logic to handle OSError exception correctly. - Use time.perf_counter instead of time.clock if it exists. time.clock deprecated since py3.3, due to remove in 3.8. deprecation warnings from py3.7 were failing a bunch of tests on Windows since they mess up expected stderr. + - tar packaging test fixups From Hao Wu - typo in customized decider example in user guide |