]> git.saurik.com Git - bison.git/commitdiff
* examples/calc++/test: Be quiet unless VERBOSE.
authorAkim Demaille <akim@epita.fr>
Mon, 10 Oct 2005 11:41:27 +0000 (11:41 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 10 Oct 2005 11:41:27 +0000 (11:41 +0000)
ChangeLog
examples/calc++/test

index f658dca5b22797ac339bf94d975f3865b07db82d..f1b332cb591e4a36752c4bfafcc534c3e93601ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-10  Akim Demaille  <akim@epita.fr>
+
+       * examples/calc++/test: Be quiet unless VERBOSE.
+
 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        * data/c.m4 (yydestruct, yysymprint):
index d44a4789cffb4282142e66fead5305fc5eb09a91..b2766e0f37e102584a5be3a1c79b182644db5b26 100755 (executable)
@@ -1,6 +1,9 @@
 #! /bin/sh
 
-set +e
+test -z "$VERBOSE" && {
+   exec > /dev/null 2>&1
+}
+
 cat >input <<EOF
 a := 1
 b := 2