We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c868de commit f28e236Copy full SHA for f28e236
tests/test.bats
@@ -12,12 +12,12 @@ setup() {
12
ddev start -y >/dev/null
13
}
14
15
-teardown() {
16
- set -eu -o pipefail
17
- cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
18
- ddev delete -Oy ${PROJNAME} >/dev/null 2>&1
19
- [ "${TESTDIR}" != "" ] && rm -rf ${TESTDIR}
20
-}
+#teardown() {
+ #set -eu -o pipefail
+ #cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
+ #ddev delete -Oy ${PROJNAME} >/dev/null 2>&1
+ #[ "${TESTDIR}" != "" ] && rm -rf ${TESTDIR}
+#}
21
22
@test "install from directory" {
23
set -eu -o pipefail
0 commit comments