aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2010-08-14 11:37:05 +0000
committerJunio C Hamano <gitster@pobox.com>2010-08-18 12:43:23 -0700
commit617344d77bf2a11b507fb74160b14e5b7476f8ad (patch)
tree2b8ade1173e902e4b372f50af70779575232fbee /t/Makefile
parentd0736f7b81ac2fcb763279b3bf3e90faa3fb6609 (diff)
downloadgit-617344d77bf2a11b507fb74160b14e5b7476f8ad.tar.gz
git-617344d77bf2a11b507fb74160b14e5b7476f8ad.tar.xz
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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/Makefile')
-rw-r--r--t/Makefile2
1 files changed, 1 insertions, 1 deletions
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)