summaryrefslogtreecommitdiff
path: root/test/integration/framework
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-07-15 09:45:33 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-07-15 09:45:33 +0200
commit1d08f27046533e36849a63c084f51809be484d8c (patch)
tree4efff5cb3ab69fc877569a715a00e4c96d027b58 /test/integration/framework
parent118192bfd764d03af4cfcfc10eb9c38e7cc98721 (diff)
parentdb4351bee8204c5eb352bb5667d3fbd416685715 (diff)
merged from lp:~donkult/apt/sid
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
+}