automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] {yacc-work} tests: cover yacc target-specific flags, and `-v


From: Stefano Lattarini
Subject: Re: [PATCH] {yacc-work} tests: cover yacc target-specific flags, and `-v' flag handling
Date: Fri, 21 Jan 2011 17:59:39 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

And the following diff should be squashed in:

-*-*-*-

diff --git a/ChangeLog b/ChangeLog
index 75be7e9..b0610f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@
        tests: cover yacc target-specific flags, and `-v' flag handling
        * tests/yacc-basic: Try also to build a parser having `-v' as
        target-specific flags.  Add a couple of `ls -l' commands, for
-       debugging.  Update and extend comments.
+       debugging.  Update and extend comments.  Escape literal dots in
+       grep regular expressions.
 
 2011-01-12   Stefano Lattarini  <address@hidden>
 
diff --git a/tests/yacc-basic.test b/tests/yacc-basic.test
index 9006397..cc28401 100755
--- a/tests/yacc-basic.test
+++ b/tests/yacc-basic.test
@@ -78,8 +78,8 @@ echo b | ./bar && Exit 1
 
 # The Yacc-derived C sources must be shipped.
 $MAKE echo-distcom
-$MAKE -s echo-distcom | grep '[ /]parse.c '
-$MAKE -s echo-distcom | grep '[ /]bar-parse.c '
+$MAKE -s echo-distcom | grep '[ /]parse\.c '
+$MAKE -s echo-distcom | grep '[ /]bar-parse\.c '
 $MAKE distdir
 ls -l $distdir
 test -f $distdir/parse.c

-*-*-*-

Sorry for the noise,
   Stefano



reply via email to

[Prev in Thread] Current Thread [Next in Thread]