]> git.saurik.com Git - bison.git/commitdiff
* examples/calc++/test: Use set -x only when VERBOSE.
authorAkim Demaille <akim@epita.fr>
Fri, 14 Oct 2005 06:10:54 +0000 (06:10 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 14 Oct 2005 06:10:54 +0000 (06:10 +0000)
ChangeLog
examples/calc++/test

index 80bd02c583df4ee389052c02f138c8bc55b10a50..eb086ed770236c0c9756f6f367008ab1b031b405 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-14  Akim Demaille  <akim@epita.fr>
+
+       * examples/calc++/test: Use set -x only when VERBOSE.
+
 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
index b2766e0f37e102584a5be3a1c79b182644db5b26..2f8a0454f9e74021d43202d7eabdcb90e92564ca 100755 (executable)
@@ -2,6 +2,7 @@
 
 test -z "$VERBOSE" && {
    exec > /dev/null 2>&1
+   set -x
 }
 
 cat >input <<EOF
@@ -21,8 +22,6 @@ d := a + b * c
 EOF
 ./calc++ input
 
-set -x
-echo toto
 cat >input <<EOF
 toto := 1
 toto