From: Akim Demaille Date: Mon, 10 Oct 2005 11:41:27 +0000 (+0000) Subject: * examples/calc++/test: Be quiet unless VERBOSE. X-Git-Tag: v2.3b~600 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a1b3bf8c21b4978817eb7317d0427e82d9193edf * examples/calc++/test: Be quiet unless VERBOSE. --- diff --git a/ChangeLog b/ChangeLog index f658dca5..f1b332cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-10 Akim Demaille + + * examples/calc++/test: Be quiet unless VERBOSE. + 2005-10-05 Paul Eggert * data/c.m4 (yydestruct, yysymprint): diff --git a/examples/calc++/test b/examples/calc++/test index d44a4789..b2766e0f 100755 --- a/examples/calc++/test +++ b/examples/calc++/test @@ -1,6 +1,9 @@ #! /bin/sh -set +e +test -z "$VERBOSE" && { + exec > /dev/null 2>&1 +} + cat >input <