libtool-patches
[Top][All Lists]
Advanced

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

Re: Libtool stresstest: echo marker with loop variables


From: Ralf Wildenhues
Subject: Re: Libtool stresstest: echo marker with loop variables
Date: Thu, 15 Sep 2005 12:12:57 +0200
User-agent: Mutt/1.4.1i

Hi Peter,

* Peter Ekberg wrote on Thu, Sep 15, 2005 at 09:45:55AM CEST:
> 
> Here's a patch that echoes a marker so that it is easier to
> tell what is failing when stresstest.at fails.
> 
>       * tests/stresstest.at: Echo loop variables before
>       each test to simplify error hunting.

I was hoping for a cleaner solution, but that's better than what we have
currently.

You may also want to check out
http://lists.gnu.org/archive/html/autoconf-patches/2005-08/msg00035.html
and thread for more ideas.

Thinking out loud: one could do
  : ${stresstest_static="-Wc, -static"}
(the `-Wc,' just emulates an empty argument, to avoid introducing an
extra `eval' here) and similarly for the other switches, so you could
even limit a stresstest run by calling
  stresstest_static=-static make check TESTS= TESTSUITE_FLAGS='-v -d 22'
or so.

Cheers,
Ralf




reply via email to

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