From 238aafde3e966faa49edf333e346e60bc9bd8530 Mon Sep 17 00:00:00 2001 From: hsc Date: Thu, 26 Apr 2012 12:27:00 +0000 Subject: [PATCH] client startup: killing client.sh is more important than bochs itself git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1176 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- scripts/multiple-clients.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/multiple-clients.sh b/scripts/multiple-clients.sh index 2439cc3c..d57717d6 100755 --- a/scripts/multiple-clients.sh +++ b/scripts/multiple-clients.sh @@ -19,7 +19,10 @@ LIBDIR=~/bochslibs # cleanup earlier failures # (FIXME: you probably don't want this on your local machine!) +killall -q client.sh || true killall -q bochs || true +sleep .5 +killall -q -9 bochs || true # On many machines, ~ is mounted via NFS. To avoid the (severe) performance # penalty, copy all experiment-related stuff to /tmp.