X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=t%2Fgoredo-failed-build.t;h=1fecfb5c7efca1f47bc5c6386ab24a33c66b0b3b;hp=b5fb53ccc238301bd4c758734c2236471f071190;hb=HEAD;hpb=045968a5a144dda187459380ddea4aa366382fde diff --git a/t/goredo-failed-build.t b/t/goredo-failed-build.t index b5fb53c..1fecfb5 100755 --- a/t/goredo-failed-build.t +++ b/t/goredo-failed-build.t @@ -3,10 +3,10 @@ testname=`basename "$0"` test_description="Check that failed build is still OOD target" . $SHARNESS_TEST_SRCDIR/sharness.sh +export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 echo exit 1 > bar.do echo redo-ifchange bar > foo.do -export REDO_NO_PROGRESS=1 test_expect_success "first fail" 'redo foo ; [ $? = 1 ]' test_expect_success "second fail" 'redo foo ; [ $? = 1 ]'