test-bugzilla-files/new-control.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ff26f0789b6fc1577e2e1ba77ed69cdac49b039a
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Mon Oct 10 23:02:48 2022 +0200
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue Oct 11 10:41:15 2022 +0200

    Remove task file after use
    
    Change-Id: Ic44c4ad2cecf9339b68c990492757a041458928f
    Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/141196
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/test-bugzilla-files/new-control.py 
b/test-bugzilla-files/new-control.py
index 59dcebe..1b68127 100644
--- a/test-bugzilla-files/new-control.py
+++ b/test-bugzilla-files/new-control.py
@@ -52,6 +52,7 @@ def execute_task(task_file, asan):
     elif asan == 0:
         subprocess.call("./execute.sh " + task_file, shell=True)
     time.sleep(1)
+    os.remove(task_file)
 
 def saveAsPreviousState(exported_files):
     odf_file_ext = ['odt', 'odp', 'odb', 'ods', 'odg']

Reply via email to