瀏覽代碼

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