summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/runtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest.sh b/test/runtest.sh
index 06eaef4..05665a1 100755
--- a/test/runtest.sh
+++ b/test/runtest.sh
@@ -50,6 +50,7 @@ echo "Testing GIF decode"
for GIF in $(ls ${GIFTESTS});do
GIFTESTTOTC=$((GIFTESTTOTC+1))
+ #echo "${GIF}"
gifdecode ${GIF}
ECODE=$?
if [ "${ECODE}" -gt 127 ];then