From 39e0c137018cac9657d3f33085014b73d155f80f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 11 Oct 2015 13:53:50 -0700 Subject: [PATCH] apptest: remove mail addon --- src/routes/test/apps-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/test/apps-test.js b/src/routes/test/apps-test.js index ee03f7c13..9f6d9a455 100644 --- a/src/routes/test/apps-test.js +++ b/src/routes/test/apps-test.js @@ -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); }