Re-raise exceptions instead of sys.exit
Test: th Change-Id: I3ac343b51eeeaa948712be81b640122f9981137d
This commit is contained in:
@@ -1383,6 +1383,6 @@ if __name__ == '__main__':
|
|||||||
main(sys.argv[1:])
|
main(sys.argv[1:])
|
||||||
except common.ExternalError as e:
|
except common.ExternalError as e:
|
||||||
print("\n ERROR: %s\n" % (e,))
|
print("\n ERROR: %s\n" % (e,))
|
||||||
sys.exit(1)
|
raise
|
||||||
finally:
|
finally:
|
||||||
common.Cleanup()
|
common.Cleanup()
|
||||||
|
Reference in New Issue
Block a user