From 810abeea34c4db537041185f3cdacc74b248b9ba Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 19 Nov 2014 17:32:29 +0000 Subject: [PATCH] small fixups --- test/test_formats.sh | 10 +++++----- test/variables.sh.in | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/test/test_formats.sh b/test/test_formats.sh index 3d384db9..172f0819 100755 --- a/test/test_formats.sh +++ b/test/test_formats.sh @@ -144,7 +144,7 @@ test_format $image tif 70 [compression=jpeg,tile] test_format $image tif 70 [compression=jpeg,tile,pyramid] test_format $image png 0 test_format $image png 0 [compression=9,interlace=1] -test_format $image jpg 15 +test_format $image jpg 70 test_format $image ppm 0 test_format $image pfm 0 test_format $image fits 0 @@ -153,11 +153,11 @@ test_format $image fits 0 test_format $mono csv 0 # cmyk jpg is a special path -test_format $cmyk jpg 15 +test_format $cmyk jpg 70 test_format $cmyk tif 0 -test_format $cmyk tif 15 [compression=jpeg] -test_format $cmyk tif 15 [compression=jpeg,tile] -test_format $cmyk tif 15 [compression=jpeg,tile,pyramid] +test_format $cmyk tif 70 [compression=jpeg] +test_format $cmyk tif 70 [compression=jpeg,tile] +test_format $cmyk tif 70 [compression=jpeg,tile,pyramid] test_rad $rad diff --git a/test/variables.sh.in b/test/variables.sh.in index 148b838e..66c1a2c6 100644 --- a/test/variables.sh.in +++ b/test/variables.sh.in @@ -2,3 +2,4 @@ top_srcdir=@TOP_SRCDIR@ tmp=$top_srcdir/test/tmp test_images=$top_srcdir/test/images image=$test_images/IMG_4618.jpg +mkdir -p $tmp