diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-21 17:24:59 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-21 17:24:59 -0400 |
commit | 6c3e88e60f2c7d2bff3aa1967afcc59f27626c48 (patch) | |
tree | 2f5d702aa25de4f1815eed3f57b8b43cbf0dca35 /tests/ChangeLog | |
parent | 9cd01958da86a68d0e47defcb9745ab373ef3d79 (diff) | |
download | gunmake-6c3e88e60f2c7d2bff3aa1967afcc59f27626c48.tar.gz |
Ensure that output generated while reading makefiles is synced.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index e0e9475..cbcaa03 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,7 +1,10 @@ 2013-09-21 Paul Smith <psmith@gnu.org> * scripts/features/output-sync: Test shell functions writing to - stderr in recipes: ensure it's captured via output-sync. + stderr in recipes: ensure it's captured via output-sync. Test + output generated while reading makefiles and make sure it's + captured via output-sync. Make sure that fatal errors dump the + output so it's not lost. * scripts/options/dash-w: Add a test for -w flag. |