bug-autoconf
[Top][All Lists]
Advanced

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

Re: an autotest design flaw


From: Bruno Haible
Subject: Re: an autotest design flaw
Date: Mon, 13 Nov 2006 20:41:50 +0100
User-agent: KMail/1.9.1

Ralf Wildenhues wrote:
> If only modifying the testsuite, in the vast majority of cases it
> suffices to 
>   $EDITOR some-test.at
>   make testsuite
>   scp testsuite host:

OK, this is simpler than a complete "make dist". But still, doing only

    $EDITOR some-test.at

on the target machine would be quicker, if the network connection is
sufficiently fast for $EDITOR. Otherwise, if $EDITOR on the target machine
is unusable, this would be two steps, not three:

    $EDITOR some-test.at
    scp some-test.at host:

> That's one of the (few) advantages of having the
> whole suite as a single script.

I still don't see the advantage of requiring a "make testsuite" step.

Bruno




reply via email to

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