Преглед изворни кода

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

Jelmer Vernooij пре 15 година
родитељ
комит
232f39c071
1 измењених фајлова са 1 додато и 0 уклоњено
  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