Skip to content

Commit e63c28c

Browse files
author
Zhen Li
committed
Merge pull request #76 from zhenlineo/1.0-remove-alpha
Update to server 3.0.2
2 parents 08023cd + 880773b commit e63c28c

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)