summaryrefslogtreecommitdiffstats
path: root/testfiles
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-07-20 23:27:59 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-07-20 23:27:59 +0000
commit3251180aabf000cd4ad9d291183c9ec1f8281568 (patch)
treec7a82c638f2133dae494d58196a048734c828bb9 /testfiles
parentMerge branch 'master' of gitlab.com:inkscape/inkscape (diff)
downloadinkscape-3251180aabf000cd4ad9d291183c9ec1f8281568.tar.gz
inkscape-3251180aabf000cd4ad9d291183c9ec1f8281568.zip
try verbose tests
Diffstat (limited to 'testfiles')
-rwxr-xr-xtestfiles/rendering_tests/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testfiles/rendering_tests/test.sh b/testfiles/rendering_tests/test.sh
index aaaa1527d..c77b5ef0f 100755
--- a/testfiles/rendering_tests/test.sh
+++ b/testfiles/rendering_tests/test.sh
@@ -40,7 +40,7 @@ INKSCAPE_EXE=$1
exit_status=0
for test in $tests
do
- ${INKSCAPE_EXE} -z ${test}.svg -d 96 -e ${test}.png 2>/dev/null >/dev/null
+ ${INKSCAPE_EXE} -z ${test}.svg -d 96 -e ${test}.png #2>/dev/null >/dev/null
compare -metric AE ${test}.png expected_rendering/${test}.png ${test}-compare.png 2> .tmp
test1=`cat .tmp`
echo $test1
@@ -51,7 +51,7 @@ do
echo ${test} "FAILED"
exist_status=1
fi
- ${INKSCAPE_EXE} -z ${test}.svg -d 384 -e ${test}-large.png 2>/dev/null >/dev/null
+ ${INKSCAPE_EXE} -z ${test}.svg -d 384 -e ${test}-large.png #2>/dev/null >/dev/null
compare -metric AE ${test}-large.png expected_rendering/${test}-large.png ${test}-compare-large.png 2>.tmp
test2=`cat .tmp`
if [ $test2 == 0 ]; then