Avoid output to stdout on 'make check'.
[gedcom-parse.git] / t / test_script
index cec97924296073ea097f571ec8ddc43287fd77ff..6ca9aa645be7ffcc6764143ef3601a2dcd580418 100755 (executable)
@@ -9,8 +9,7 @@ cd $srcdir/..
 export GCONV_PATH=$GCONV_PATH:./ansel
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$builddir/../gedcom/.libs
 cp $builddir/../ansel/.libs/ANSI_Z39.47.so ansel
-echo "=== testing $file"
-$builddir/../testgedcom -2 t/$file
+$builddir/../testgedcom -2 -q t/$file
 result=$?
 rm ansel/ANSI_Z39.47.so
 exit $result