summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2010-04-20 15:10:08 +0530
committerAmit Shah <amit.shah@redhat.com>2010-04-20 15:10:08 +0530
commit58b261ec82876abc22595fdf74bfe2dd8d94e2f2 (patch)
treebda69412825b6ebd6ab0d0b21887344851a31224
parent25a80e7e79868f1327f469f8d07175d8ed0f5b56 (diff)
downloadtest-virtserial-58b261ec82876abc22595fdf74bfe2dd8d94e2f2.tar.gz
test-virtserial-58b261ec82876abc22595fdf74bfe2dd8d94e2f2.tar.xz
test-virtserial-58b261ec82876abc22595fdf74bfe2dd8d94e2f2.zip
run-test: Remove unnecessary wait before starting tests
We currently spent 5 mins sleeping after a previous test. This delay is not needed; we can directly jump onto the next one. Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rwxr-xr-xrun-test.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/run-test.sh b/run-test.sh
index deec6b6..6ebc3f3 100755
--- a/run-test.sh
+++ b/run-test.sh
@@ -53,17 +53,14 @@ QEMU_OPTS="$GUEST $KERNEL $KERNELARG $CHARDEVS $VIRTSER $VNC $MISCOPT \
$SNAPSHOT $KVMOPT"
do_test
-#exit;
# -- Iteration 2: old kernel, new qemu --
-sleep 5
QEMU_OPTS="$GUEST $CHARDEVS $VIRTSER $VNC $MISCOPT $SNAPSHOT $KVMOPT"
do_test
# -- Iteration 3: new kernel, old qemu --
-sleep 5
CHARDEVS=
VIRTSER="-virtioconsole unix:/tmp/amit/test0,server,nowait"