4365f2
diff --git a/testcode/mini_tpkg.sh b/testcode/mini_tpkg.sh
4365f2
index ebf27a7..d0a66aa 100755
4365f2
--- a/testcode/mini_tpkg.sh
4365f2
+++ b/testcode/mini_tpkg.sh
4365f2
@@ -116,6 +116,12 @@ if test -f $name.post; then
4365f2
 fi
4365f2
 echo "DateRunEnd: "`date "+%s" 2>/dev/null` >> $result
4365f2
 
4365f2
+if test "$success" = "no"; then
4365f2
+	echo "## Start of $name"
4365f2
+	cat $result
4365f2
+	echo "## End of $name"
4365f2
+fi
4365f2
+
4365f2
 mv $result ..
4365f2
 cd ..
4365f2
 rm -rf $dir