script/autobuild.py: ignore missing test_tmpdir
authorStefan Metzmacher <metze@samba.org>
Tue, 21 Feb 2017 16:05:08 +0000 (17:05 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 21 Feb 2017 19:17:28 +0000 (20:17 +0100)
It is still unknown what removes it...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
script/autobuild.py

index f1d48c42c9de529970eb274866732584e26dac2b..76b70fd3ee2fd6ff71b472f41c0ba142b69bab0d 100755 (executable)
@@ -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: