[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tests: fix VPATH auto-expansion workarounds.
From: |
Ralf Wildenhues |
Subject: |
Re: tests: fix VPATH auto-expansion workarounds. |
Date: |
Sat, 22 Jan 2011 18:34:16 +0100 |
User-agent: |
Mutt/1.5.20 (2010-08-04) |
* Ralf Wildenhues wrote on Sat, Jan 22, 2011 at 01:10:57PM CET:
> The patch below is against master. Does anybody know of an efficient
> way I can use to find out with git which branches I need to apply (parts
> of) it to?
I think I got that figured out now. parallel-tests8 and suffix13 belong
fixed in maint, the rest come from tests-suffix-extend. The key is
using 'git log --ancestry-path $commit..master', where $commit1 is the
one that introduced the bug for a particular file. The merge commits in
the output provide the key.
I've pushed this as two commits, to maint, to a private
tests-suffix-extend resurrection, and from there to master.
I also merged maint to branch-1.11 and master to clear any conflicts
resulting from this.
Cheers,
Ralf
> tests: fix VPATH auto-expansion workarounds.
>
> * tests/parallel-tests8.test, tests/suffix10.test,
> tests/suffix11.test, tests/suffix12.test, tests/suffix13.test,
> tests/suffix3.test, tests/suffix5.test, tests/suffix8.test:
> Ensure $< is not surrounded by white space, to prevent Solaris
> make from applying automatic VPATH text expansion.