diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest.sh b/test/runtest.sh index fd5a32b..06eaef4 100755 --- a/test/runtest.sh +++ b/test/runtest.sh @@ -54,6 +54,7 @@ for GIF in $(ls ${GIFTESTS});do ECODE=$? if [ "${ECODE}" -gt 127 ];then GIFTESTERRC=$((GIFTESTERRC+1)) + echo "Error ${GIF}" else if [ "${ECODE}" -gt 0 ];then GIFTESTFAILC=$((GIFTESTFAILC+1)) |