From 880773b2e2fb443a086d61f2f1e2d2c8b420b6d2 Mon Sep 17 00:00:00 2001 From: Zhen Date: Fri, 3 Jun 2016 17:15:12 +0200 Subject: [PATCH] Update to server 3.0.2 Updated neokit to download nightly archive from teamcity --- neokit | 2 +- runtests.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/neokit b/neokit index 3ab3ec582..6506ce944 160000 --- a/neokit +++ b/neokit @@ -1 +1 @@ -Subproject commit 3ab3ec582936ef3329c51c6f9a891147287230cd +Subproject commit 6506ce944a47f78e071f49b600df588a3fe91e28 diff --git a/runtests.sh b/runtests.sh index be32af5f3..b2698e98f 100755 --- a/runtests.sh +++ b/runtests.sh @@ -20,6 +20,6 @@ if [ "$1" == "" ]; then python ./runtests.py --tests --examples --tck else - #Example: python ./runtests.py --tests --examples --tck --neorun.start.args=ā€-n 3.1 -p neo4jā€ - python ./runtests.py --tests --examples --tck --neorun.start.args=\""$1"\" + #Example: NEORUN_START_ARGS="-n 3.1 -p neo4j" python ./runtests.py --tests --examples --tck + NEORUN_START_ARGS="$1" python ./runtests.py --tests --examples --tck fi