Add a valgrind suppression for sendmsg (v2)
[ust.git] / tests / valgrind_ustd.sh
index 532022d7db0f47239b2450d7f0aeb2bb5db1e9e8..541d8ca1cff605fc46915a413afd1c3094a25f43 100755 (executable)
@@ -34,7 +34,7 @@ pidfilepath="/tmp/ust-testsuite-$USER-$(date +%Y%m%d%H%M%S%N)-ustd-pid"
 mkfifo -m 0600 "$pidfilepath"
 
 VALG_OUT=/tmp/ust-testsuite-valg.txt
-valgrind -q ustd --pidfile "$pidfilepath" -o "$TRACE_DIR" >/dev/null 2>"$VALG_OUT" &
+valgrind --suppressions=$TESTDIR/valgrind_suppress.txt -q ustd --pidfile "$pidfilepath" -o "$TRACE_DIR" >/dev/null 2>"$VALG_OUT" &
 VALG_PID=$!
 USTD_PID="$(<$pidfilepath)"
 
This page took 0.022747 seconds and 4 git commands to generate.