summaryrefslogtreecommitdiff
path: root/test/integration/framework
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-07-15 10:16:59 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-07-15 10:16:59 +0200
commit5e4d60ae66873924815edb89d533faab7006a46b (patch)
treec0e3c05585374c810100ad7bf6a9f283a7b52a3d /test/integration/framework
parent0dc01623882a8a51416e8635e76c941fc302abec (diff)
parent1d08f27046533e36849a63c084f51809be484d8c (diff)
merged from the debian-sid branch
Diffstat (limited to 'test/integration/framework')
-rw-r--r--test/integration/framework6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework
index cc5af798c..96cdb5f5e 100644
--- a/test/integration/framework
+++ b/test/integration/framework
@@ -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
+}