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