diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-24 08:43:58 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-24 08:46:25 +0200 |
commit | ba6b1acefd8c9d9a4c506806d68e891879706a2c (patch) | |
tree | 510cdc373e9cc741a4eb755bfca77d10d98e2e4e /ChangeLog | |
parent | a3c4e0b94c9e3bedabe1f18eb873e6c02ab6793e (diff) | |
download | coreutils-ba6b1acefd8c9d9a4c506806d68e891879706a2c.tar.xz |
Don't let a failure in one test stop "make -k".
* tests/Makefile.am (t1 t2 t3 t4 t5): New targets.
(check-root): Depend on them, rather than executing the five
commands in a single rule. Reported by Greg Schafer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-10-24 Jim Meyering <jim@meyering.net> + + Don't let a failure in one test stop "make -k" from running the others. + * tests/Makefile.am (t1 t2 t3 t4 t5): New targets. + (check-root): Depend on them, rather than executing the five + commands in a single rule. Reported by Greg Schafer. + 2006-10-23 Bob Proulx <bob@proulx.com> (tiny change) * Makefile.maint (alpha beta major): Use a better log message for |