Skip to content

Commit 471e1de

Browse files
author
Rémy HUBSCHER
committed
Use the kinto command rather than cliquet.
1 parent 1735a8d commit 471e1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ need-kinto-running:
3030
@curl http://localhost:8888/v0/ 2>/dev/null 1>&2 || (echo "Run 'make runkinto' before starting tests." && exit 1)
3131

3232
runkinto: install-dev
33-
$(VENV)/bin/cliquet --ini kinto_client/tests/config/kinto.ini migrate
33+
$(VENV)/bin/kinto --ini kinto_client/tests/config/kinto.ini migrate
3434
$(VENV)/bin/kinto --ini kinto_client/tests/config/kinto.ini start
3535

3636
tests-once: install-dev

0 commit comments

Comments
 (0)