From: Pádraig Brady
Date: Mon, 16 Feb 2015 17:20:39 +0000 (+0000) Subject: tests: support stderr verification with returns_() X-Git-Tag: v1.0~7123 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0d3024546a8d5cd0294fa3c40862e64477048c2e;p=gnulib.git tests: support stderr verification with returns_() * tests/init.sh (returns_): Disable tracing for this wrapper function, so that stderr of the wrapped command is unchanged, allowing for verification of the contents. --- diff --git a/ChangeLog b/ChangeLog index 47b3b03270..2262efad90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-02-24 Pádraig Brady
+
+ tests: support stderr verification with returns_()
+ * tests/init.sh (returns_): Disable tracing for this wrapper
+ function, so that stderr of the wrapped command is unchanged,
+ allowing for verification of the contents.
+
2015-02-24 Pavel Hrdina