From: Ævar Arnfjörð Bjarmason Date: Sat, 14 Aug 2010 11:37:05 +0000 (+0000) Subject: t/Makefile: Create test-results dir for smoke target X-Git-Tag: v1.7.3-rc0~2^2~19 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=617344d77b;p=git.git t/Makefile: Create test-results dir for smoke target Change the smoke target to create a test-results directory. This was done implicitly by the test-lib before my "test-lib: Don't write test-results when HARNESS_ACTIVE" patch, but after that smoking from the pu branch hasn't worked. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/t/Makefile b/t/Makefile index b81fb91b5..d9c67f560 100644 --- a/t/Makefile +++ b/t/Makefile @@ -58,7 +58,7 @@ uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo unknown') test-results: mkdir -p test-results -test-results/git-smoke.tar.gz: +test-results/git-smoke.tar.gz: test-results $(PERL_PATH) ./harness \ --archive="test-results/git-smoke.tar.gz" \ $(T)