summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-15 13:30:21 -0400
committerPaul Smith <psmith@gnu.org>2013-09-15 13:30:21 -0400
commit0a81d50d66565fd3e930fadaadc4a5cb9381d840 (patch)
treef0e6bc5b2586260bb3f20fcb236b150d7756a39f /tests/ChangeLog
parent3aa2aa7e82ac4c74df298f381c8d1d280cff852e (diff)
downloadgunmake-0a81d50d66565fd3e930fadaadc4a5cb9381d840.tar.gz
[SV 39203] Don't set MAKEFLAGS when restarting.
We are restarting with the original command line flags, so if we set MAKEFLAGS as well that will cause double flags.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 5eff7ec..c629a0e 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-15 Paul Smith <psmith@gnu.org>
+
+ * scripts/options/eval: Verify --eval during restart.
+ Test for Savannah bug #39203.
+
2013-09-14 Paul Smith <psmith@gnu.org>
* scripts/features/output-sync: Verify -Orecurse properly.