We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ebe4a commit 24fd834Copy full SHA for 24fd834
tests/test.bats
@@ -46,7 +46,7 @@ check_build_mkdocs() {
46
echo "# ddev get ${DIR} with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
47
ddev get ${DIR}
48
echo "Installed add-on from directory, restarting ddev" >&3
49
- ddev restart
+ ddev restart -y
50
echo "Testing mkdocs" >&3
51
52
health_checks
0 commit comments