mirror of https://github.com/apache/cloudstack.git
Test the test tools as well
This commit is contained in:
parent
88d4fe8a0b
commit
62cc1bbf57
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue