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:
parent
da065cd942
commit
dce116dc81
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user