mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
autobuild: fixed exit status
this should fix the case where we don't send logs on failure
This commit is contained in:
parent
46ec7d7851
commit
21739bdbc9
@ -371,4 +371,4 @@ blist.remove_logs()
|
||||
cleanup()
|
||||
print(errstr)
|
||||
print("Logs in logs.tar.gz")
|
||||
sys.exit(os.WEXITSTATUS(status))
|
||||
sys.exit(status)
|
||||
|
Loading…
x
Reference in New Issue
Block a user