From 9407f48fbb923391a6172d6fffd409b40411ec13 Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Wed, 7 Apr 2010 10:14:55 +0530 Subject: run_test: pkill -9 qemu processes after test is done Some qemu processes get stuck due to test failures / etc., they don't just go away with a simple pkill. pkill -9 them. Signed-off-by: Amit Shah --- run-test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run-test.sh b/run-test.sh index 71c6ea7..4ef176e 100755 --- a/run-test.sh +++ b/run-test.sh @@ -45,7 +45,7 @@ sleep 5 > /tmp/amit/guest-big-file > /tmp/amit/guest-csumfile time ./auto-virtserial -pkill qemu +pkill -9 qemu #exit; # -- Iteration 2: old kernel, new qemu -- @@ -62,7 +62,7 @@ sleep 5 > /tmp/amit/guest-big-file > /tmp/amit/guest-csumfile time ./auto-virtserial -pkill qemu +pkill -9 qemu # -- Iteration 3: new kernel, old qemu -- sleep 5 @@ -81,4 +81,4 @@ sleep 5 > /tmp/amit/guest-big-file > /tmp/amit/guest-csumfile time ./auto-virtserial -pkill qemu +pkill -9 qemu -- cgit