mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 11:13:03 +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>
|
2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
* data/c.m4 (yydestruct, yysymprint):
|
* data/c.m4 (yydestruct, yysymprint):
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
set +e
|
test -z "$VERBOSE" && {
|
||||||
|
exec > /dev/null 2>&1
|
||||||
|
}
|
||||||
|
|
||||||
cat >input <<EOF
|
cat >input <<EOF
|
||||||
a := 1
|
a := 1
|
||||||
b := 2
|
b := 2
|
||||||
|
|||||||
Reference in New Issue
Block a user