Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-03-19 23:52:54 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-03-19 23:52:54 +0300
commitd99ce3971b64e89b179ebe32885ac280d49b904f (patch)
tree980a500cb37ba267e9bd459a7ea320b472865178 /autotest.sh
parent3c66ad64e626cb602685a640c235d472f0777a53 (diff)
Namespace and array syntax fixes
* minor fixes in preparation of a bigger DB and config PR Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autotest.sh b/autotest.sh
index ded3cec6091..735c6998e05 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -143,6 +143,8 @@ function cleanup_config {
if [ -f config/autotest-storage-swift.config.php ]; then
rm config/autotest-storage-swift.config.php
fi
+ # Remove mysqlmb4.config.php
+ rm -f config/mysqlmb4.config.php
}
# restore config on exit