[glib/wip/hadess/log-successful-installed-tests] ci: Work-around successful installed tests having no logs



commit 8520163bdf0d1644d765b1ed0237fe53d5693f0e
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Dec 4 14:33:47 2019 +0100

    ci: Work-around successful installed tests having no logs
    
    This works around a bug in gnome-desktop-testing.
    
    See: https://gitlab.gnome.org/GNOME/gnome-desktop-testing/merge_requests/2

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d49aff5f7..5da9aa112 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -108,6 +108,8 @@ installed-tests:
     - sudo ninja -C _build install
     # FIXME: Add update until stable https://bodhi.fedoraproject.org/updates/FEDORA-2019-161b129d4d
     - sudo dnf upgrade -y --enablerepo=updates-testing --advisory=FEDORA-2019-161b129d4d
+    # Work-around https://gitlab.gnome.org/GNOME/gnome-desktop-testing/merge_requests/2
+    - mkdir -p _build/installed-tests-report/logs/
     - GLIB_TEST_COMPILATION=1 gnome-desktop-testing-runner
             --report-directory=_build/installed-tests-report/failed/
             --log-directory=_build/installed-tests-report/logs/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]