Skip to content

Commit 24fd834

Browse files
committed
Add -y to ddev restart to aboid any intteruption
1 parent 92ebe4a commit 24fd834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ check_build_mkdocs() {
4646
echo "# ddev get ${DIR} with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
4747
ddev get ${DIR}
4848
echo "Installed add-on from directory, restarting ddev" >&3
49-
ddev restart
49+
ddev restart -y
5050
echo "Testing mkdocs" >&3
5151

5252
health_checks

0 commit comments

Comments
 (0)