Skip to content

Commit 548bc1d

Browse files
Fix running test cluster under cgroups v2 (#380)
1 parent d4d940d commit 548bc1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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`

test/cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)