Merge "container-puppet: SystemExit with RC 1 to actually error out"
This commit is contained in:
commit
884620e245
@ -584,4 +584,4 @@ if __name__ == '__main__':
|
||||
infile_processing(infiles=glob.glob(STARTUP_CONFIGS))
|
||||
|
||||
if not SUCCESS:
|
||||
raise SystemExit()
|
||||
raise SystemExit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user