Update to use new simplified mozsvc.metrics infrastructure

This commit is contained in:
Ryan Kelly
2014-05-22 16:33:13 +10:00
parent 8da3ae26b1
commit 069804f077
4 changed files with 10 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ test: | $(TOOLS)
# $(ENV)/bin/nosetests -s tokenserver.tests
# Test against a running server
$(ENV)/bin/pserve syncserver/tests.ini & SERVER_PID=$$!; \
$(ENV)/bin/pserve syncserver/tests.ini 2> /dev/null & SERVER_PID=$$!; \
sleep 2; \
$(ENV)/bin/python -m syncstorage.tests.functional.test_storage \
--use-token-server http://localhost:5000/token/1.0/sync/1.5; \