]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
only warn about missing/invalid Date field for now
[apt.git] / test / integration / framework
index b0be3eaf14de36b262340721b20ece2fe7e5f445..2aed77d5bc68ca9a697b93e3734c5caba1701a09 100644 (file)
@@ -1522,6 +1522,14 @@ msgfailoutput() {
                        msgfailoutputstatfile "$2" "$3"
                done
                echo '#### test output ####'
+       elif [ "$1" = 'cmp' ]; then
+               echo >&2
+               while [ -n "$2" ]; do
+                       echo "#### Complete file: $2 ####"
+                       cat >&2 "$2" || true
+                       shift
+               done
+               echo '#### cmp output ####'
        fi
        cat >&2 "$OUTPUT"
        msgfail "$MSG"