From 7b00638e53482dcd9c5ef1622cfa608fdac5a17e Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Wed, 15 Jul 2015 19:06:40 +0200 Subject: [PATCH] Upgraded to Kinto 1.3.1. --- test/scripts/setup-kinto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/scripts/setup-kinto.sh b/test/scripts/setup-kinto.sh index 88227d023..f4af50858 100755 --- a/test/scripts/setup-kinto.sh +++ b/test/scripts/setup-kinto.sh @@ -7,7 +7,7 @@ fi REPO_ROOT=`pwd` KINTO_ROOT=/var/tmp/kinto -KINTO_RELEASE=1.3.0 +KINTO_RELEASE=1.3.1 git clone https://github.com/mozilla-services/kinto.git $KINTO_ROOT cd $KINTO_ROOT @@ -16,6 +16,6 @@ cp $REPO_ROOT/test/scripts/kinto.ini $KINTO_ROOT/config/kinto.ini make serve & -#Prevent race condition where integration tests start while server +#Prevent race condition where integration tests start while server # isn't running yet. sleep 3