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: