зеркало из https://github.com/microsoft/git.git
tests: Ignore the Test::Harness .prove file
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>
This commit is contained in:
Родитель
9a9fb5d3c4
Коммит
9a3028b987
|
@ -1,2 +1,3 @@
|
|||
/trash directory*
|
||||
/test-results
|
||||
/.prove
|
||||
|
|
|
@ -30,6 +30,7 @@ clean:
|
|||
$(RM) -r 'trash directory'.* test-results
|
||||
$(RM) t????/cvsroot/CVSROOT/?*
|
||||
$(RM) -r valgrind/bin
|
||||
$(RM) .prove
|
||||
|
||||
aggregate-results-and-cleanup: $(T)
|
||||
$(MAKE) aggregate-results
|
||||
|
|
Загрузка…
Ссылка в новой задаче