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



commit 0fc672f262be444998f0bd5116f478065f4d5ee7
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..120ef8ed8 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 _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]