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

New commits:
commit e2cd0bff8726fad5c3971a00a75be628a60eeb75
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Thu Oct 13 22:09:03 2022 +0200
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Oct 13 23:49:38 2022 +0200

    Use CRASHTESTDATA here as well
    
    otherwise it does not find the files under a non-default root dir
    
    Change-Id: I50790aa5acea8cba4484528cf3ce37b418e3699d
    Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/141343
    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 1b68127..60010ca 100644
--- a/test-bugzilla-files/new-control.py
+++ b/test-bugzilla-files/new-control.py
@@ -169,7 +169,7 @@ if __name__ == "__main__":
             else:
                 print('%r successfully passed' % (task))
 
-    exported_files = get_list_of_files(os.environ["CRASHTESTDATA"] + 
"/current/srv/crashtestdata/files/")
+    exported_files = get_list_of_files(os.environ["CRASHTESTDATA"] + 
"/current/" + os.environ["CRASHTESTDATA"] + "/files/")
     checkDiskSpace()
 
     if os.getenv('SAVEPREVIOUSSTATE'):

Reply via email to