Skip to content

Commit

Permalink
tests: Ignore the Test::Harness .prove file
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
avar authored and gitster committed Jul 26, 2010
1 parent 9a9fb5d commit 9a3028b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/trash directory*
/test-results
/.prove
1 change: 1 addition & 0 deletions t/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a3028b

Please sign in to comment.