Kaydet (Commit) f5de249e authored tarafından Caolán McNamara's avatar Caolán McNamara

add --trace-children=yes

üst ea61d58d
......@@ -73,7 +73,7 @@ if [ -e $sd_prog/ooenv ] ; then
fi
if [ "$VALGRIND" != "" ]; then
VALGRINDCHECK="valgrind --tool=$VALGRIND --error-exitcode=101"
VALGRINDCHECK="valgrind --tool=$VALGRIND --trace-children=yes --error-exitcode=101"
export VALGRINDCHECK
G_SLICE=always-malloc
export G_SLICE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment