瀏覽代碼

Improve test target

oz123 10 年之前
父節點
當前提交
51f109e756
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -28,6 +28,7 @@ lint:
 	flake8 pwman scripts
 
 test: install
+	git checkout pwman/tests/pwman.v0.0.8.db
 	python setup.py test
 
 test-all: