From: David Kalnischkies Date: Mon, 6 Jun 2011 19:23:00 +0000 (+0200) Subject: add a very dumb pause method to stop test-execution X-Git-Tag: 0.8.15.3~4^2~23 X-Git-Url: https://git.hcoop.net/ntk/apt.git/commitdiff_plain/89a1aa5dd55a3469c92720c7fcb90779f90b61f0 add a very dumb pause method to stop test-execution --- diff --git a/test/integration/framework b/test/integration/framework index cc5af798..96cdb5f5 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 +}