On Sun, Jan 06, 2008 at 10:07:40PM +0100, Martin Zobel-Helas wrote:
> > *** t7201-co.sh ***
> > *   ok 1: setup
> > *   ok 2: checkout from non-existing branch
> > *   ok 3: checkout with dirty tree without -m
> > *   ok 4: checkout with unrelated dirty tree without -m
> > *   ok 5: checkout -m with dirty tree
> > *   ok 6: checkout -m with dirty tree, renamed
> > *   ok 7: checkout -m with merge conflict
> > * FAIL 8: checkout to detach HEAD
> >     
> >     
> >             git checkout -f renamer && git clean -f &&
> >             git checkout renamer^ 2>messages &&
> >             (cat >messages.expect <<EOF
> >     Note: moving to "renamer^" which isn't a local branch
> >     If you want to create a new branch from this checkout, you may do so
> >     (now or later) by using -b with the checkout command again. Example:
> >       git checkout -b <new_branch_name>
> >     HEAD is now at 7329388... Initial A one, A two
> >     EOF
> >     ) &&
> >             git diff messages.expect messages &&
> >             H=$(git rev-parse --verify HEAD) &&
> >             M=$(git show-ref -s --verify refs/heads/master) &&
> >             test "z$H" = "z$M" &&
> >             if git symbolic-ref HEAD >/dev/null 2>&1
> >             then
> >                     echo "OOPS, HEAD is still symbolic???"
> >                     false
> >             else
> >                     : happy
> >             fi
> >     
> > *   ok 9: checkout to detach HEAD with branchname^
> > *   ok 10: checkout to detach HEAD with HEAD^0
> > *   ok 11: checkout with ambiguous tag/branch names
> > *   ok 12: checkout with ambiguous tag/branch names
> > * failed 1 among 12 test(s)
> > make[2]: *** [t7201-co.sh] Error 1
> > make[2]: Leaving directory `/build/buildd/git-core-1.5.4~rc2/t'
> > make[1]: *** [test] Error 2
> > make[1]: Leaving directory `/build/buildd/git-core-1.5.4~rc2'
> > make: *** [build-arch-stamp] Error 2

Hi Martin,

can you please run the affected selftest manually with the --verbose
switch, and post to more verbose output?:

 $ cd t/
 $ sh t7201-co.sh --verbose --debug

Or alternatively the complete build with
 $ export GIT_TEST_OPTS=--verbose --debug
set in the environment.

Thanks, Gerrit.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to