[pitivi/1.0] flatpak: Do not exit on check failure



commit 8083e810729003805cbc517761991d9831888b2a
Author: Thibault Saunier <tsaunier gnome org>
Date:   Sun Dec 17 20:07:35 2017 -0300

    flatpak: Do not exit on check failure
    
    This option is moslty usefull for our CI server, and we want jenkins
    to analyze test results which was not possible if the script exists
    with error

 build/flatpak/pitivi-flatpak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/flatpak/pitivi-flatpak b/build/flatpak/pitivi-flatpak
index c9f7377..40a4971 100755
--- a/build/flatpak/pitivi-flatpak
+++ b/build/flatpak/pitivi-flatpak
@@ -452,7 +452,7 @@ class PitiviFlatpak:  # pylint: disable=too-many-instance-attributes
         if self.check:
             self.run_in_sandbox("gst-validate-launcher",
                                 os.path.join(self.topdir, "tests/ptv_testsuite.py"),
-                                "--xunit-file", "xunit.xml", exit_on_failure=True,
+                                "--xunit-file", "xunit.xml", exit_on_failure=False,
                                 cwd=self.topdir)
 
         if self.bundle:


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