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)