Skip to content

Commit 099ff77

Browse files
author
Zhen
committed
Merge branch '1.0' into 1.1
2 parents f3fe958 + e63c28c commit 099ff77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

runtests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
if [ "$1" == "" ]; then
2121
python ./runtests.py --tests --examples --tck
2222
else
23-
#Example: python ./runtests.py --tests --examples --tck --neorun.start.args=”-n 3.1 -p neo4j”
24-
python ./runtests.py --tests --examples --tck --neorun.start.args=\""$1"\"
23+
#Example: NEORUN_START_ARGS="-n 3.1 -p neo4j" python ./runtests.py --tests --examples --tck
24+
NEORUN_START_ARGS="$1" python ./runtests.py --tests --examples --tck
2525
fi

0 commit comments

Comments
 (0)