1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

script/autobuild.py: ignore missing test_tmpdir

It is still unknown what removes it...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Stefan Metzmacher 2017-02-21 17:05:08 +01:00
parent 10e1b92c28
commit cad23629ac

View File

@ -455,7 +455,7 @@ class buildlist(object):
def cleanup():
if options.nocleanup:
return
run_cmd("stat %s" % test_tmpdir, show=True)
run_cmd("stat %s || true" % test_tmpdir, show=True)
run_cmd("stat %s" % testbase, show=True)
do_print("Cleaning up ....")
for d in cleanup_list: