Skip to content

Commit 0e4ec33

Browse files
author
Antti Yli-Tokola
committed
Update run_unit_tests_with_valgrind.sh
1 parent be0614d commit 0e4ec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_unit_tests_with_valgrind.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ mkdir $valgrind_logs
99
find $1 -type f -executable -exec sh -c "file -i '{}' | grep -q 'x-executable; charset=binary'" \; -print > $input
1010
while file= read -r binary
1111
do
12-
valgrind --xml=yes --xml-file="${valgrind_logs}/valgrind_$(basename $binary).xml" "$binary"
12+
valgrind --track-origins=yes --xml=yes --xml-file="${valgrind_logs}/valgrind_$(basename $binary).xml" "$binary"
1313
done < "$input"

0 commit comments

Comments
 (0)