Parcourir la source

If git is available on the local machine, always run the compatibility tests so I don't break stuff again.

Jelmer Vernooij il y a 15 ans
Parent
commit
f561dfaa68
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -19,6 +19,7 @@ install::
 
 check:: build
 	PYTHONPATH=. $(PYTHON) $(TESTRUNNER) dulwich
+	which git > /dev/null && PYTHONPATH=. $(PYTHON) $(TESTRUNNER) -i compat
 
 check-noextensions:: clean
 	PYTHONPATH=. $(PYTHON) $(TESTRUNNER) dulwich