The functionality has been merged in the GDB testsuite [1], so this is
no longer needed.
[1] https://gitlab.com/gnutools/binutils-gdb/-/commit/
b44d87d4424324cb7a88b314f3a178694581a831
Change-Id: Ifbf622ea042fb9a14690b8368e08bcd8548a5d5d
# Run tests, don't fail now, we know that "make check" is going to fail,
# since some tests don't pass.
-#
-# Disable ASan leaks reporting, it might break some tests since it adds
-# unexpected output when GDB exits.
-ASAN_OPTIONS=detect_leaks=0 $MAKE -C gdb --keep-going check -j "$($NPROC)" || true
+$MAKE -C gdb --keep-going check -j "$($NPROC)" || true
# Copy the dejagnu test results for archiving before cleaning the build dir
mkdir "${WORKSPACE}/results"