]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
script/autobuild.py: ignore missing test_tmpdir
authorStefan Metzmacher <metze@samba.org>
Tue, 21 Feb 2017 16:05:08 +0000 (17:05 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 20 Apr 2017 10:23:17 +0000 (12:23 +0200)
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)

script/autobuild.py

index 06c9b707dc4a69a74a687a09e9ac75c52dc4b2df..b56f9133e67206c7d54362fc9e0daf7b3ee00111 100755 (executable)
@@ -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: