From 91b1cff7f6bd291890c865acc9a89bd7e9ed01d6 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 28 Feb 2025 14:08:26 +0200 Subject: [PATCH] Fixing testing --- Jenkinsfile | 2 +- templates/Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 98435bd..619a4db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage('Build test libraries') { steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh 'make libstest.so libtest.a' + sh 'make libtest.so libtest.a' } } } diff --git a/templates/Jenkinsfile b/templates/Jenkinsfile index de6a7f0..2ef33e0 100644 --- a/templates/Jenkinsfile +++ b/templates/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage('Build test libraries') { steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh 'make libstest.so libtest.a' + sh 'make libtest.so libtest.a' } } }