Re: make test
From: Johannes Sixt <hidden>
Date: 2016-06-15 22:55:02
Am 10/15/2012 13:00, schrieb Joachim Schmitz:
quoted
From: Johannes Sixt [mailto:j.sixt@viscovery.net] and if that does not give sufficient clues, $SHELL_PATH -x ./t0000-basic.sh -v -inot ok - 12 tests clean up even on failures #... + die Looks identical, except for the "die" at the end. And still leaves me without a clue...
When I do that it begins like this (I'm on Windows): D:\Src\mingw-git\t>bash -x t0000-basic.sh -v -i + test_description='Test the very basics part #1. ... ' + . ./test-lib.sh ++ ORIGINAL_TERM=cygwin ++ test -z ''
+++ pwd
++ TEST_DIRECTORY=/d/Src/mingw-git/t
++ test -z ''
++ TEST_OUTPUT_DIRECTORY=/d/Src/mingw-git/t
++ GIT_BUILD_DIR=/d/Src/mingw-git/t/..
++ /d/Src/mingw-git/t/../git
++ test 1 '!=' 1
++ . /d/Src/mingw-git/t/../GIT-BUILD-OPTIONS
+++ SHELL_PATH=/bin/sh
+++ PERL_PATH=/usr/bin/perl
+++ DIFF=diff
+++ PYTHON_PATH=/usr/bin/python
+++ TAR=tar... It seems you need a shell that is verbose under -x. -- Hannes