Signed-off-by: Daira Hopwood <daira@jacaranda.org>
.PHONY: smoketest
smoketest:
- -python ./src/allmydata/test/check_magicfolder_smoke.py kill
+ -$(PYTHON) ./src/allmydata/test/check_magicfolder_smoke.py kill
-rm -rf smoke_magicfolder/
- python ./src/allmydata/test/check_magicfolder_smoke.py
+ $(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