From: Michael Tremer Date: Thu, 6 Mar 2025 16:43:29 +0000 (+0000) Subject: jenkins: Upload logs from tests in src/, too X-Git-Tag: 0.9.18~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cb405e22892c681b3cb0f0b9c29121f075ec1b5;p=people%2Fms%2Flibloc.git jenkins: Upload logs from tests in src/, too Signed-off-by: Michael Tremer --- 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}/ """