]> git.ipfire.org Git - location/libloc.git/commitdiff
jenkins: Upload logs from tests in src/, too
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 16:43:29 +0000 (16:43 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Mar 2025 16:43:29 +0000 (16:43 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 822ab0f1a638f91c66bece180f6451a249223e9e..326f7e4d76bf6fe4fa80bbdc4dc9b1e1e1031c6e 100644 (file)
@@ -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}/
                                                                """