summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9a9fb5d)
raw | patch | inline | side by side (parent: 9a9fb5d)
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Fri, 23 Jul 2010 22:58:44 +0000 (22:58 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 26 Jul 2010 06:14:48 +0000 (23:14 -0700) |
We document how to run prove with the --state option in t/README. This
produces a .prove YAML file in the current directory. Change the t/
gitignore to ignore it, and clean it up on `make clean'.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
produces a .prove YAML file in the current directory. Change the t/
gitignore to ignore it, and clean it up on `make clean'.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/.gitignore | patch | blob | history | |
t/Makefile | patch | blob | history |
diff --git a/t/.gitignore b/t/.gitignore
index 7dcbb232cd876cb7b976443cc586f60a94ab92bf..4e731dc1e3bef53903f030ee7c63fe7ef7324cb1 100644 (file)
--- a/t/.gitignore
+++ b/t/.gitignore
/trash directory*
/test-results
+/.prove
diff --git a/t/Makefile b/t/Makefile
index cf5f9e2e1eb17c442220464d06374e6c529f8629..819b936870300fc8325c0f24f8c68ea8bdaa2727 100644 (file)
--- a/t/Makefile
+++ b/t/Makefile
$(RM) -r 'trash directory'.* test-results
$(RM) t????/cvsroot/CVSROOT/?*
$(RM) -r valgrind/bin
+ $(RM) .prove
aggregate-results-and-cleanup: $(T)
$(MAKE) aggregate-results