diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-24 15:07:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-24 15:07:39 -0400 |
commit | eb2188168e2eca96692ec5f60f298f7bc287e990 (patch) | |
tree | 7c5bc481e124d80d6a08d7342642013726e8aa49 /changes | |
parent | 3f52a33739944c53ecb2fd516a7cdab9fc14b1ba (diff) | |
download | tor-eb2188168e2eca96692ec5f60f298f7bc287e990.tar.gz tor-eb2188168e2eca96692ec5f60f298f7bc287e990.zip |
Stop trying to generate test scripts via autoconf substitution.
Use environment variables instead. This repairs 'make distcheck',
which was running into trouble when it tried to chmod the generated
scripts.
Fixes 17148.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/testscripts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/testscripts b/changes/testscripts new file mode 100644 index 0000000000..d3ac79f521 --- /dev/null +++ b/changes/testscripts @@ -0,0 +1,6 @@ + o Testing: + - Use environment variables rather than autoconf substitutions to send + variables from the build system to the test scripts. This change should + be easier to maintain, and cause 'make distcheck' to work better than + before. Fixes bug 17148. + |