]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
do not require unused partial dirs in 'source' (Closes: #633510)
[apt.git] / test / integration / framework
index cc5af798c9b38448bba008ec9f85ac47ee1a1b84..96cdb5f5e31b9f01368646b5cdb0fdf5a17bcc7a 100644 (file)
@@ -708,3 +708,9 @@ testmarkedauto() {
        fi
        aptmark showauto 2>&1 | checkdiff $COMPAREFILE - && msgpass || msgfail
 }
+
+pause() {
+       echo "STOPPED execution. Press enter to continue"
+       local IGNORE
+       read IGNORE
+}