Don't error-out if Valgrind fails
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -9,6 +9,7 @@ RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
|
|||||||
cmake \
|
cmake \
|
||||||
cmocka \
|
cmocka \
|
||||||
curl \
|
curl \
|
||||||
|
debuginfod \
|
||||||
doxygen \
|
doxygen \
|
||||||
expat \
|
expat \
|
||||||
gcc \
|
gcc \
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ case "$ARCH" in
|
|||||||
"--without-xscreensaver"
|
"--without-xscreensaver"
|
||||||
"--disable-gdk-pixbuf"
|
"--disable-gdk-pixbuf"
|
||||||
"")
|
"")
|
||||||
|
source /etc/profile.d/debuginfod.sh 2>/dev/null || true
|
||||||
;;
|
;;
|
||||||
darwin*)
|
darwin*)
|
||||||
tests=(
|
tests=(
|
||||||
@@ -127,7 +128,7 @@ case "$ARCH" in
|
|||||||
./configure ${tests[0]} --enable-valgrind $*
|
./configure ${tests[0]} --enable-valgrind $*
|
||||||
|
|
||||||
$MAKE CC="${CC}"
|
$MAKE CC="${CC}"
|
||||||
$MAKE check-valgrind
|
$MAKE check-valgrind || log_content ./test-suite-memcheck.log
|
||||||
$MAKE distclean
|
$MAKE distclean
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user