On Tue, 4 Dec 2007 14:40:47 +0000 (GMT), Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > Hi, > > On Tue, 4 Dec 2007, H.Merijn Brand wrote: > > > On Tue, 4 Dec 2007 13:44:02 +0000 (GMT), Johannes Schindelin > > <Johannes.Schindelin@xxxxxx> wrote: > > > > > Hi, > > > > > > On Tue, 4 Dec 2007, H.Merijn Brand wrote: > > > > > > > make test then fails: > > > > > > Could you run the failing test manually with -i -v, like so: > > > > > > $ cd t/ > > > $ sh t0001*.sh -i -v > > > > /pro/3gl/LINUX/git-1.5.3.7 183 > cd t > > /pro/3gl/LINUX/git-1.5.3.7/t 184 > sh t0001*.sh -i -v > > * error: cannot run git init -- have you built things yet? > > Exit 1 > > /pro/3gl/LINUX/git-1.5.3.7/t 185 > > > Next step: add the sh option -x: > > $ sh -x t0001*.sh -i -v After I did # make git and # make test # cd t # h -x t0001*.sh -i -v : : + + pwd GIT_EXEC_PATH=/pro/3gl/LINUX/git-1.5.3.7/t/.. + + pwd GIT_TEMPLATE_DIR=/pro/3gl/LINUX/git-1.5.3.7/t/../templates/blt + GIT_CONFIG=.git/config + export PATH GIT_EXEC_PATH GIT_TEMPLATE_DIR GIT_CONFIG + + pwd + pwd GITPERLLIB=/pro/3gl/LINUX/git-1.5.3.7/t/../perl/blib/lib:/pro/3gl/LINUX/git-1.5. 3.7/t/../perl/blib/arch/auto/Git + export GITPERLLIB + test -d ../templates/blt + test -x ../test-chmtime + test=trash + rm -fr trash + test_create_repo trash + cd trash + + expr ./t0001-init.sh : .*/\(t[0-9]*\)-[^/]*$ this_test=t0001 + test_expect_success plain ( unset GIT_DIR GIT_WORK_TREE && mkdir plain && cd plain && git init ) && check_config plain/.git false unset * expecting success: ( unset GIT_DIR GIT_WORK_TREE && mkdir plain && cd plain && git init ) && check_config plain/.git false unset * FAIL 1: plain ( unset GIT_DIR GIT_WORK_TREE && mkdir plain && cd plain && git init ) && check_config plain/.git false unset > to find out what made it fail. > > Thanks, > Dscho > > -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using & porting perl 5.6.2, 5.8.x, 5.10.x on HP-UX 10.20, 11.00, 11.11, & 11.23, SuSE 10.1 & 10.2, AIX 5.2, and Cygwin. http://qa.perl.org http://mirrors.develooper.com/hpux/ http://www.test-smoke.org http://www.goldmark.org/jeff/stupid-disclaimers/ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html