automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] {msvc} tests: few improvements to some `ar-lib' related test


From: Peter Rosin
Subject: Re: [PATCH] {msvc} tests: few improvements to some `ar-lib' related tests
Date: Tue, 25 Oct 2011 15:14:46 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

Stefano Lattarini skrev 2011-10-25 13:44:
> I'd like to push the attached patch to the `msvc' branch.
> 
> Peter, could you take a look at the patch, and preferably also
> test it?  I want to have your ACK before proceeding.

I tested it and have some comments, inline in below snipped patch:

> diff --git a/ChangeLog b/ChangeLog
...
> +2011-10-25  Peter Rosin  <address@hidden>

Not really true, at least I have no memories of this :-)

> diff --git a/tests/ar-lib5a.test b/tests/ar-lib5a.test
...
> +cat - "$testsrcdir"/../lib > auxdir/ar-lib << 'END'

Needs to be
cat - "$testsrcdir"/../lib/ar-lib > auxdir/ar-lib << 'END'

> +#! /bin/sh
> +: > ar-lib-worked
>  END
>  chmod +x auxdir/ar-lib
>  
> diff --git a/tests/ar-lib5b.test b/tests/ar-lib5b.test
> index 181c24b..52deab5 100755
> --- a/tests/ar-lib5b.test
> +++ b/tests/ar-lib5b.test
> @@ -51,7 +51,7 @@ END
>  
>  mkdir auxdir
>  cat > auxdir/ar-lib << 'END'
> -# /bin/sh
> +#! /bin/sh
>  :> ar-lib-worked

Why didn't you add a space here? Keep the tests in sync, ya know... :-) :-)

I have attached the verbose output of the two tests.  Looks ok to me.

Cheers,
Peter

Attachment: ar-lib5a.log
Description: Text document

Attachment: ar-lib5b.log
Description: Text document


reply via email to

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