summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0736f7)
raw | patch | inline | side by side (parent: d0736f7)
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sat, 14 Aug 2010 11:37:05 +0000 (11:37 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 18 Aug 2010 19:43:23 +0000 (12:43 -0700) |
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>
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>
t/Makefile | patch | blob | history |
diff --git a/t/Makefile b/t/Makefile
index b81fb91b52af7cd127d243f6d96170cc757d7e5e..d9c67f5609bad30d8f5bde2bdf3e7d3fb217894d 100644 (file)
--- a/t/Makefile
+++ b/t/Makefile
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)