Skip to content

Commit

Permalink
Upgraded to Kinto 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Jul 15, 2015
1 parent d1b8444 commit 7b00638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scripts/setup-kinto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 7b00638

Please sign in to comment.