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