소스 검색

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: