apptest: remove mail addon

This commit is contained in:
Girish Ramakrishnan
2015-10-11 13:53:50 -07:00
parent c80d984ee6
commit 39e0c13701

View File

@@ -157,7 +157,7 @@ function cleanup(done) {
function (callback) { setTimeout(callback, 2000); }, // give taskmanager tasks couple of seconds to finish
child_process.exec.bind(null, 'docker rm -f mysql; docker rm -f postgresql; docker rm -f mongodb')
child_process.exec.bind(null, 'docker rm -f mysql; docker rm -f postgresql; docker rm -f mongodb; docker rm -f mail')
], done);
}