Test the test tools as well

This commit is contained in:
Hugo Trippaers 2014-08-01 10:05:26 +02:00
parent 88d4fe8a0b
commit 62cc1bbf57
1 changed files with 1 additions and 1 deletions

View File

@ -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)