From f5dbc8e5deb1352eadbfdb3c1c0b458a3ac5fd96 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 8 Oct 2021 14:27:33 -0400 Subject: [PATCH] jjb: binutils-gdb: archive testsuite/gdb.log Signed-off-by: Michael Jeanson --- scripts/binutils-gdb/build.sh | 1 + 1 file changed, 1 insertion(+) 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" -- 2.34.1