diff options
author | Michael Drake <tlsa@netsurf-browser.org> | 2021-09-24 22:37:45 +0100 |
---|---|---|
committer | Michael Drake <tlsa@netsurf-browser.org> | 2021-09-24 22:37:45 +0100 |
commit | a507bb77e88a3e8c4b654a6d7fb7351db8a3ec32 (patch) | |
tree | 9b46abc35314eeaae0aba2cd616a7f634acdb439 /test | |
parent | aaca45d709e628860020f1c423f013e08cdf4e3b (diff) | |
download | libnsgif-a507bb77e88a3e8c4b654a6d7fb7351db8a3ec32.tar.gz |
test: Print filename of any gif that errors.
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)) |