From 62cc1bbf57b64eab7ad5daeacc5d2785968ad801 Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Fri, 1 Aug 2014 10:05:26 +0200 Subject: [PATCH] Test the test tools as well --- tools/marvin/marvin/deployDataCenter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py index ce2e5b7a762..2e41d66cf30 100644 --- a/tools/marvin/marvin/deployDataCenter.py +++ b/tools/marvin/marvin/deployDataCenter.py @@ -1118,7 +1118,7 @@ if __name__ == "__main__": cfg, tc_run_logger, log_folder_path=log_folder_path) - if deploy.deploy() == FAILED + if deploy.deploy() == FAILED: print "\n===Deploy Failed===" tc_run_logger.debug("\n===Deploy Failed==="); exit(1)