]> git.ipfire.org Git - location/libloc.git/commitdiff
jenkins: Don't expect any tests to fail
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 14:42:15 +0000 (14:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 14:42:15 +0000 (14:42 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 65d37b2866b3d97288949285214036805718492c..b90dea826012eb56ca7dbd569f763a52018cf3ba 100644 (file)
@@ -92,11 +92,7 @@ pipeline {
                                        stage("Check") {
                                                steps {
                                                        script {
-                                                               try {
-                                                                       sh "make check"
-                                                               } catch (Exception e) {
-                                                                       unstable("Failed on ${env.DISTRO} with ${env.COMPILER}...")
-                                                               }
+                                                               sh "make check"
                                                        }
                                                }