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