We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08023cd + 880773b commit e63c28cCopy full SHA for e63c28c
neokit
runtests.sh
@@ -20,6 +20,6 @@
20
if [ "$1" == "" ]; then
21
python ./runtests.py --tests --examples --tck
22
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"\"
+ #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
25
fi
0 commit comments