From 2cb405e22892c681b3cb0f0b9c29121f075ec1b5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 6 Mar 2025 16:43:29 +0000 Subject: [PATCH] jenkins: Upload logs from tests in src/, too Signed-off-by: Michael Tremer --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 822ab0f..326f7e4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -101,7 +101,7 @@ pipeline { // Copy test logs into a special directory sh """ mkdir -pv tests/${DISTRO}/${COMPILER} - find tests -name "*.log" | xargs --no-run-if-empty \ + find src tests -name "*.log" | xargs --no-run-if-empty \ cp --verbose --parents --target-directory=tests/${DISTRO}/${COMPILER}/ """ -- 2.47.3