File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33- Always preserve backward compatibility
44- Build using ` make clean && make `
5- - After merging PR, alway run ` make changelog ` and commit changes
5+ - After merging PR, always run ` make changelog ` and commit changes
66- Set ArangoDB docker container (used for testing) using ` export ARANGODB=<image-name> `
77- Run tests using:
88 - ` make run-tests-single `
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ if [ "$CMD" == "start" ]; then
5454 if [[ " $OSTYPE " == " darwin" * ]]; then
5555 DOCKERPLATFORMARG=" --platform linux/x86_64"
5656 DOCKERARGS=" $DOCKERARGS $DOCKERPLATFORMARG "
57- STARTERARGS=" --docker.container=$STARTERCONTAINER "
5857 fi
58+ STARTERARGS=" $STARTERARGS --docker.container=$STARTERCONTAINER "
5959
6060 if [ -z " $STARTERPORT " ]; then
6161 STARTERPORT=7000
You can’t perform that action at this time.
0 commit comments