* examples/calc++/test: Be quiet unless VERBOSE.

This commit is contained in:
Akim Demaille
2005-10-10 11:41:27 +00:00
parent e764d4df76
commit a1b3bf8c21
2 changed files with 8 additions and 1 deletions

View File

@@ -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):

View File

@@ -1,6 +1,9 @@
#! /bin/sh
set +e
test -z "$VERBOSE" && {
exec > /dev/null 2>&1
}
cat >input <<EOF
a := 1
b := 2