summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-04-14 19:09:16 -0400
committerPaul Smith <psmith@gnu.org>2013-04-14 19:11:47 -0400
commitaf87d5615796cd2d8eaaa52adc73260e13ac15d5 (patch)
treea67bd124595a621ee4aff5829cfee4beea86734b /tests/ChangeLog
parent4bf3c33f83e79951c3860297b6420e64032f04a7 (diff)
downloadgunmake-af87d5615796cd2d8eaaa52adc73260e13ac15d5.tar.gz
Handle test timeouts in a more understandable way.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index afa1cbe..cf78c58 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,11 @@
+2013-04-14 Paul Smith <psmith@gnu.org>
+
+ * test_driver.pl (_run_command): Don't set SIGALRM until after we
+ start the child. Print errors to the top-level output, which will
+ be stderr.
+ (attach_default_output): Use a list of file handles as the stack.
+ (detach_default_output): Ditto.
+
2013-02-25 Paul Smith <psmith@gnu.org>
* run_make_tests.pl (valid_option): Support the -srcdir flag.