Add missing test_read_format_rar5_sfx.exe.uu
Be more verbose on failure
libarchive/test/test_read_format_rar5_nonempty_dir_stream.rar.uu \
libarchive/test/test_read_format_rar5_owner.rar.uu \
libarchive/test/test_read_format_rar5_readtables_overflow.rar.uu \
+ libarchive/test/test_read_format_rar5_sfx.exe.uu \
libarchive/test/test_read_format_rar5_solid.rar.uu \
libarchive/test/test_read_format_rar5_stored.rar.uu \
libarchive/test/test_read_format_rar5_stored_manyfiles.rar.uu \
cd "${BUILDDIR}/destdir" && ls -lR .
;;
distcheck)
- ${MAKE} ${MAKE_ARGS} distcheck
+ ${MAKE} ${MAKE_ARGS} distcheck || (
+ RET="$?"
+ find . -name 'test-suite.log' -print -exec cat {} \;
+ find ${TMPDIR:-/tmp} -path '*_test.*' -name '*.log' -print -exec cat {} \;
+ exit "${RET}"
+ )
RET="$?"
;;
artifact)