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.
(cherry picked from commit c027cccb35)

Conflicts:

	tests/output.at
This commit is contained in:
Joel E. Denny
2010-07-24 16:30:07 -04:00
parent ca2a6d1587
commit b6ca79e859
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-23 Paul Hilfinger <hilfingr@EECS.Berkeley.EDU>
* NEWS: Describe new semantic-predicate feature.