diff options
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
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 |