[librsvg: 7/8] test-msys2.sh: Don't allow the msys2 tests to fail




commit 3a5a83a0f628d63dc3450142041ce48ffa5c88c5
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Aug 16 20:42:40 2022 -0500

    test-msys2.sh: Don't allow the msys2 tests to fail
    
    Fingers crossed!
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/728>

 ci/test-msys2.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/ci/test-msys2.sh b/ci/test-msys2.sh
index 29da73d06..75d07b950 100644
--- a/ci/test-msys2.sh
+++ b/ci/test-msys2.sh
@@ -35,5 +35,4 @@ cd _build
 ../autogen.sh LIBS="-lws2_32 -luserenv"
 make
 export RUST_BACKTRACE=1
-make check || true # allow failure
-
+make check


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