1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +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>
(cherry picked from commit cad23629ac48253e508fd9bead2bb79bfa7ee3b8)
This commit is contained in:
Stefan Metzmacher 2017-02-21 17:05:08 +01:00 committed by Karolin Seeger
parent da065cd942
commit dce116dc81

View File

@ -454,7 +454,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: