Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Always preserve backward compatibility
- Build using `make clean && make`
- After merging PR, alway run `make changelog` and commit changes
- After merging PR, always run `make changelog` and commit changes
- Set ArangoDB docker container (used for testing) using `export ARANGODB=<image-name>`
- Run tests using:
- `make run-tests-single`
Expand Down
2 changes: 1 addition & 1 deletion test/cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ if [ "$CMD" == "start" ]; then
if [[ "$OSTYPE" == "darwin"* ]]; then
DOCKERPLATFORMARG="--platform linux/x86_64"
DOCKERARGS="$DOCKERARGS $DOCKERPLATFORMARG"
STARTERARGS="--docker.container=$STARTERCONTAINER"
fi
STARTERARGS="$STARTERARGS --docker.container=$STARTERCONTAINER"

if [ -z "$STARTERPORT" ]; then
STARTERPORT=7000
Expand Down