mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
* examples/calc++/test: Be quiet unless VERBOSE.
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
#! /bin/sh
|
||||
|
||||
set +e
|
||||
test -z "$VERBOSE" && {
|
||||
exec > /dev/null 2>&1
|
||||
}
|
||||
|
||||
cat >input <<EOF
|
||||
a := 1
|
||||
b := 2
|
||||
|
||||
Reference in New Issue
Block a user