diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-03-10 21:10:25 +0100 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-03-14 10:48:46 +0100 |
commit | 5a17fc032e187e001b81958c9db1a7020ab66a5f (patch) | |
tree | 969c245a3cda15cebef545a9dcf76ab388dbbc1b /ChangeLog | |
parent | 53fd62bced5f60a77fc2d6973912a4007fae9b06 (diff) | |
download | automake-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |