Re: [PATCH] Improve and extend test cond5.test.

2010-07-18 Thread Stefano Lattarini
Pushed. Regards, Stefano

Re: [PATCH] Improve and extend test cond5.test.

2010-07-16 Thread Stefano Lattarini
Hello Ralf. Since you've already explained me (in another thread) how to apply and push simple patches for maint, I'll wait until Sunday afternoon, then I'll push this one. Regards, Stefano

Re: [PATCH] Improve and extend test cond5.test.

2010-07-10 Thread Stefano Lattarini
Hello Ralf. Ping ping on this? It seemed to me that you accepted the original patch, but I can't see it pushed in the Automake public git repos yet. Do you want me to apply it? If yes, should I apply it to maint, then merge maint to master, then push? I.e. is the following correct? $ cd ~/

Re: [PATCH] Improve and extend test cond5.test.

2010-06-24 Thread Stefano Lattarini
At Thursday 24 June 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Thu, Jun 24, 2010 at 10:32:02PM CEST: > > At Thursday 24 June 2010, Ralf Wildenhues wrote: > > > Do you have an old system? > > > > Well, it's not new :-) > > > > $ cat /proc/cpuinfo > > model name : AMD Athlon(tm

Re: [PATCH] Improve and extend test cond5.test.

2010-06-24 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Thu, Jun 24, 2010 at 10:32:02PM CEST: > At Thursday 24 June 2010, Ralf Wildenhues wrote: > > Do you have an old system? > Well, it's not new :-) > > $ cat /proc/cpuinfo > model name : AMD Athlon(tm) XP 1800+ > $ free | awk '(NR == 2) { print $2 }' > 774904 Heh

Re: [PATCH] Improve and extend test cond5.test.

2010-06-24 Thread Stefano Lattarini
At Thursday 24 June 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Wed, Jun 23, 2010 at 03:04:07PM CEST: > > May I ping this? If you think the patch is OK, I'd like to see > > it applied, since at present I'm continuing to experience > > annoying spurious failures in cond5.test. > >

Re: [PATCH] Improve and extend test cond5.test.

2010-06-24 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Wed, Jun 23, 2010 at 03:04:07PM CEST: > May I ping this? If you think the patch is OK, I'd like to see it > applied, since at present I'm continuing to experience annoying > spurious failures in cond5.test. Thanks for the reminder. Yes, the patch looks good for mai

Re: [PATCH] Improve and extend test cond5.test.

2010-06-23 Thread Stefano Lattarini
Hello Ralf. May I ping this? If you think the patch is OK, I'd like to see it applied, since at present I'm continuing to experience annoying spurious failures in cond5.test. Thanks, Stefano

Re: [PATCH] Improve and extend test cond5.test.

2010-06-04 Thread Stefano Lattarini
Date: Thu, 3 Jun 2010 19:37:21 +0200 Subject: [PATCH] Improve and extend test cond5.test. * tests/cond5.test: Do not blindly sleep 60 seconds before polling the background automake process, but poll it every 10 seconds for at most 30 times (this makes the test both faster on good machines, and more

[PATCH] Improve and extend test cond5.test.

2010-06-03 Thread Stefano Lattarini
standard error. From f712adf435e64d5582e131b33f64a81c4a4d6be7 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 3 Jun 2010 19:37:21 +0200 Subject: [PATCH] Improve and extend test cond5.test. * tests/cond5.test: Enable `errexit' flag, and related changes. Do not blindly sleep 60 s

[PATCH] Improve and extend test cond5.test.

2010-06-03 Thread Stefano Lattarini
standard error. From f712adf435e64d5582e131b33f64a81c4a4d6be7 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 3 Jun 2010 19:37:21 +0200 Subject: [PATCH] Improve and extend test cond5.test. * tests/cond5.test: Enable `errexit' flag, and related changes. Do not blindly sleep 60 s