From: Bart Van Assche Date: Fri, 14 Oct 2011 18:01:18 +0000 (+0000) Subject: drd, XML testing: trigger more XMLcode X-Git-Tag: svn/VALGRIND_3_7_0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=077d9ba4c2b68c610032dd9718240dea1c3196ae;p=thirdparty%2Fvalgrind.git drd, XML testing: trigger more XMLcode git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12158 --- diff --git a/drd/tests/verify-xml-output b/drd/tests/verify-xml-output index e0df6f8a2b..7fbd4b24a4 100755 --- a/drd/tests/verify-xml-output +++ b/drd/tests/verify-xml-output @@ -16,7 +16,9 @@ do args="$(sed -n 's/^args: //p' $f)" vgopts="$(sed -n 's/^vgopts: //p' $f)" if eval $prereq; then - ../../vg-in-place --tool=drd --xml=yes --xml-file=$b.xml $vgopts ./$prog $args - xmllint --noout --schema ../docs/drd-xml-output.xsd $b.xml 2>&1 | tee $b.xmllint + ../../vg-in-place --tool=drd --xml=yes --xml-file="$b-%q{USER}.xml" --xml-user-comment="$(basename $0)" --gen-suppressions=all $vgopts ./$prog $args + xmllint --noout --schema ../docs/drd-xml-output.xsd $b-${USER}.xml 2>&1 | tee $b.xmllint + else + echo "Skipping because $prereq failed" fi done