Browse Source

Add "--init" to "docker run" arguments in "test-pr.sh"

Tianon Gravi 5 years ago
parent
commit
ebccc042ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test-pr.sh

+ 1 - 1
test-pr.sh

@@ -36,7 +36,7 @@ if [ -z "$BASHBREW_SECOND_STAGE" ]; then
 
 	docker build --pull -t "$dockerImage" "$dir" > /dev/null
 
-	args=()
+	args=( --init )
 
 	if [ "$pull" = '0' ]; then
 		args+=( --name "bashbrew-test-local-$RANDOM" )