Le mercredi 7 mai 2008, Miklos Vajna a écrit :
On Wed, May 07, 2008 at 08:29:03AM +0200, Matthieu Moy
[off-list ref] wrote:
quoted
Perhaps also s/~/./g, since it's not a good idea to put temporary
files in $HOME IMHO.
the point is to have it outside the repo.
Yes. Especially, if the test case is a new one, the scripts that are used
must not have been checked in. Otherwise when bisect will checkout older
versions, the scripts will be removed.
at least i regularly have 'git
clean -f -x -d' in such a script if i don't trust the upstream build
system. ;)