From: Stefano Lattarini Date: Sat, 23 Apr 2011 22:09:46 +0000 (+0200) Subject: Merge branch 'fix-env-selfcheck' X-Git-Tag: ng-0.5a~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96048c03b654317cc00fbd174c5095ab68ed6a62;p=thirdparty%2Fautomake.git Merge branch 'fix-env-selfcheck' --- 96048c03b654317cc00fbd174c5095ab68ed6a62 diff --cc ChangeLog index 541b61848,7602870a7..d8e0a76fa --- a/ChangeLog +++ b/ChangeLog @@@ -1,34 -1,10 +1,41 @@@ + 2011-04-24 Stefano Lattarini + + tests: fix spurious failure in self-check-env-sanitize.test + * tests/self-check-env-sanitize.test: Open file descriptor `5' + to stdout. + Fix spurious failure introduced by merge `v1.11-788-g3b0c8d5'. + +2011-04-23 Stefano Lattarini + + test: self check subroutines for skipping/failing of tests + * tests/self-check-report.test: New test. + * tests/Makefile.am (TESTS): Update. + +2011-04-23 Jim Meyering + Stefano Lattarini + + test defs: new subroutines for test skipping/failing + * tests/defs.in (Exit): Move definition of this function earlier. + (warn_, skip_, fail_, framework_failure_): New functions, inspired + to the homonyms in gnulib's tests/init.sh. + ($stderr_fileno_): New global variable, used by the new functions + above. + * tests/README: Updated. + From a suggestion by Ralf Wildenhues. + +2011-04-23 Stefano Lattarini + + tests: fix typo (copy & paste blunder) in heading comment + * tests/maintclean-vpath.test: Correctly refer to the sister test + as `maintclean.test', not as `maintclean-vpath.test'. + +2011-04-23 Stefano Lattarini + + tests: remove redundant test `mclean.test' + * tests/mclean.test: Remove, it's a weak grepping test completely + superseded by the much more complete `maintclean.test'. + * tests/Makefile.am (TESTS): Update. + 2011-04-22 Stefano Lattarini testsuite: more environment sanitization