From: meejah Date: Thu, 8 Oct 2015 18:51:21 +0000 (-0600) Subject: add a 'smoketest' target to re-run smoketest X-Git-Url: https://git.rkrishnan.org/schema.xhtml?a=commitdiff_plain;h=225d479da26c5bb7b96fc1a0cc014320d5dbab4e;p=tahoe-lafs%2Ftahoe-lafs.git add a 'smoketest' target to re-run smoketest --- diff --git a/Makefile b/Makefile index 6df6bd6a..abda237a 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,11 @@ _tmpfstest: make-version sudo umount '$(TMPDIR)' rmdir '$(TMPDIR)' +.PHONY: smoketest +smoketest: + -python ./src/allmydata/test/check_magicfolder_smoke.py kill + -rm -rf smoke_magicfolder/ + python ./src/allmydata/test/check_magicfolder_smoke.py # code coverage: install the "coverage" package from PyPI, do "make test-coverage" to # do a unit test run with coverage-gathering enabled, then use "make coverage-output" to