]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
select kernels to protect from autoremove based on Debian version
[apt.git] / test / integration / framework
index 2e997d7f9a33b0d62aac5708ef4618c4d9a81e94..3bf6012bad70f211548b642d2e1e798eb0e963ce 100644 (file)
@@ -1470,6 +1470,10 @@ msgfailoutput() {
                        if expr match "$1" "$FILEFLAGS" >/dev/null; then
                                echo "#### stat(2) of file: $2 ####"
                                stat "$2" || true
+                               if test -e "$2"; then
+                                       echo "#### Complete file: $2 ####"
+                                       cat >&2 "$2" || true
+                               fi
                        fi
                }
                msgfailoutputstatfile "$2" "$3"