From: Michael Jeanson Date: Fri, 8 Oct 2021 18:27:33 +0000 (-0400) Subject: jjb: binutils-gdb: archive testsuite/gdb.log X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=f5dbc8e5deb1352eadbfdb3c1c0b458a3ac5fd96;p=lttng-ci.git jjb: binutils-gdb: archive testsuite/gdb.log Signed-off-by: Michael Jeanson --- diff --git a/scripts/binutils-gdb/build.sh b/scripts/binutils-gdb/build.sh index c6a4937..bbeef67 100755 --- a/scripts/binutils-gdb/build.sh +++ b/scripts/binutils-gdb/build.sh @@ -216,6 +216,7 @@ $MAKE -C gdb --keep-going check -j "$($NPROC)" || failed_tests=1 # Copy the dejagnu test results for archiving before cleaning the build dir mkdir "${WORKSPACE}/results" +cp gdb/testsuite/gdb.log "${WORKSPACE}/results/" cp gdb/testsuite/gdb.sum "${WORKSPACE}/results/" sum2junit gdb/testsuite/gdb.sum "${WORKSPACE}/results/gdb.xml"