VMTP returns 0 even with failed runs
Change-Id: Iaa53aba08ce3adfdc0d998ad2ba76d2ad94e4bff
This commit is contained in:
parent
40f5eaa576
commit
aab20f7b12
@ -1258,6 +1258,8 @@ def main():
|
||||
run_vmtp(opts)
|
||||
# If an exit occurs in run_vmtp such as printing version do not log run summary
|
||||
run_summary_required = True
|
||||
except SystemExit as e:
|
||||
return_code = e.code
|
||||
except Exception as e:
|
||||
LOG.exception(e)
|
||||
finally:
|
||||
|
Loading…
x
Reference in New Issue
Block a user