Meta/Make: pass --no-prove and --long down thru Dothem to Make

This commit is contained in:
Junio C Hamano
2016-12-22 15:21:20 -08:00
parent 8a5748f893
commit d4ebbfcb6e
2 changed files with 9 additions and 3 deletions

4
Make
View File

@@ -149,6 +149,10 @@ do
done | tr '\012' ' '
)
;;
--long)
GIT_TEST_LONG=YesPlease
export GIT_TEST_LONG
;;
--dash)
with_dash=y
;;