summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-03-10 21:10:25 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-03-14 10:48:46 +0100
commit5a17fc032e187e001b81958c9db1a7020ab66a5f (patch)
tree969c245a3cda15cebef545a9dcf76ab388dbbc1b /ChangeLog
parent53fd62bced5f60a77fc2d6973912a4007fae9b06 (diff)
downloadautomake-5a17fc032e187e001b81958c9db1a7020ab66a5f.tar.gz
parallel-tests: Fix summary output.
* lib/am/check.am (am__text_box): Fix unportable sed script, replacing `\n' in the right hand side of an `s' command with a literal newline. Kudos to Bruno Haible for the newline idea. * tests/parallel-tests.test: Update test to expose this. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7d014546..ae46e23eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ parallel-tests: Fix summary output.
+ * lib/am/check.am (am__text_box): Fix unportable sed script,
+ replacing `\n' in the right hand side of an `s' command with
+ a literal newline. Kudos to Bruno Haible for the newline idea.
+ * tests/parallel-tests.test: Update test to expose this.
+
2009-03-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Overhaul of tests/README.