X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=scripts%2Fbinutils-gdb%2Fbuild.sh;h=94bded9d9d0962cae4f434cde9ea7190111b9bdd;hb=1f88437d0a7c5ef585e9775c22e4985b8fd1c0b6;hp=fd07122f5040d639319f94638e1b6b103d78809f;hpb=593cd35e7499321c2c882cf779c82d698563f8e9;p=lttng-ci.git diff --git a/scripts/binutils-gdb/build.sh b/scripts/binutils-gdb/build.sh index fd07122..94bded9 100755 --- a/scripts/binutils-gdb/build.sh +++ b/scripts/binutils-gdb/build.sh @@ -300,7 +300,7 @@ esac $MAKE -C gdb/testsuite site.exp # shellcheck disable=SC2016 echo 'set gdb_test_timeout [expr 5 * $timeout]' >> gdb/testsuite/site.exp -$MAKE -C gdb --keep-going check -j "$($NPROC)" RUNTESTFLAGS="$RUNTESTFLAGS" FORCE_PARALLEL="1" || true +$MAKE -C gdb --keep-going check RUNTESTFLAGS="$RUNTESTFLAGS" || true # Copy the dejagnu test results for archiving before cleaning the build dir mkdir "${WORKSPACE}/results"