jjb: binutils-gdb: archive testsuite/gdb.log
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 8 Oct 2021 18:27:33 +0000 (14:27 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 8 Oct 2021 18:27:33 +0000 (14:27 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/binutils-gdb/build.sh

index c6a4937756f59a66d6345d81c26d704bd4bfbf17..bbeef67a992943bebf4748fe6511f9943c8e213c 100755 (executable)
@@ -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"
 
This page took 0.02925 seconds and 4 git commands to generate.