We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1735a8d commit 471e1deCopy full SHA for 471e1de
Makefile
@@ -30,7 +30,7 @@ need-kinto-running:
30
@curl http://localhost:8888/v0/ 2>/dev/null 1>&2 || (echo "Run 'make runkinto' before starting tests." && exit 1)
31
32
runkinto: install-dev
33
- $(VENV)/bin/cliquet --ini kinto_client/tests/config/kinto.ini migrate
+ $(VENV)/bin/kinto --ini kinto_client/tests/config/kinto.ini migrate
34
$(VENV)/bin/kinto --ini kinto_client/tests/config/kinto.ini start
35
36
tests-once: install-dev
0 commit comments