Re: [PATCH] Fix bugs in test script silent5.test.

2010-06-26 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sat, Jun 26, 2010 at 02:15:18PM CEST: > + Fix typo-related bug in test script silent5.test. > + * tests/silent5.test: Use $EGREP, not $GREP (which is not even > + defined). Thanks.

Re: [PATCH] Fix bugs in test script silent5.test.

2010-06-26 Thread Stefano Lattarini
At Wednesday 23 June 2010, Stefano Lattarini wrote: > This tiny patch fix a nasty bug in 'silent5.test' (due to the use > of grep instead of egrep) that could have lead to false negatives. > ... > - grep '(CC|CXX|FC|F77|LD) ' stdout && Exit 1 > + $GREP '(CC|CXX|FC|F77|LD) ' stdout && Exit 1 Ouch!

Re: [PATCH] Fix bugs in test script silent5.test.

2010-06-24 Thread Ralf Wildenhues
beb6f Mon Sep 17 00:00:00 2001 > From: Stefano Lattarini > Date: Wed, 23 Jun 2010 21:56:04 +0200 > Subject: [PATCH] Fix bugs in test script silent5.test. > > * tests/silent5.test: Fixed a nasty bug (due to the use of grep > instead of egrep) that could have lead to false negatives. s/lead/led/ Cheers, Ralf

[PATCH] Fix bugs in test script silent5.test.

2010-06-23 Thread Stefano Lattarini
, a somewhat ironic summary message... Regards, Stefano From 6b78b3469c2f01e9a2a0746c2764a2eed96beb6f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 23 Jun 2010 21:56:04 +0200 Subject: [PATCH] Fix bugs in test script silent5.test. * tests/silent5.test: Fixed a nasty bug (due to the