tests: handle Valgrind that complains about >&-.

* tests/output.at (AT_CHECK_OUTPUT): Extend to accept pre-tests.
(Output files: -dv >&-): Skip test group if running
maintainer-check-valgrind.
This commit is contained in:
Joel E. Denny
2010-07-24 16:30:07 -04:00
parent a151f354cf
commit c027cccb35
2 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2010-07-24 Joel E. Denny <joeldenny@joeldenny.org>
tests: handle Valgrind that complains about >&-.
* tests/output.at (AT_CHECK_OUTPUT): Extend to accept pre-tests.
(Output files: -dv >&-): Skip test group if running
maintainer-check-valgrind.
2010-07-21 Akim Demaille <demaille@gostai.com>
Pacify gcc warnings.