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
This commit is contained in:
@ -19,7 +19,10 @@ LIBDIR=~/bochslibs
|
|||||||
|
|
||||||
# cleanup earlier failures
|
# cleanup earlier failures
|
||||||
# (FIXME: you probably don't want this on your local machine!)
|
# (FIXME: you probably don't want this on your local machine!)
|
||||||
|
killall -q client.sh || true
|
||||||
killall -q bochs || true
|
killall -q bochs || true
|
||||||
|
sleep .5
|
||||||
|
killall -q -9 bochs || true
|
||||||
|
|
||||||
# On many machines, ~ is mounted via NFS. To avoid the (severe) performance
|
# On many machines, ~ is mounted via NFS. To avoid the (severe) performance
|
||||||
# penalty, copy all experiment-related stuff to /tmp.
|
# penalty, copy all experiment-related stuff to /tmp.
|
||||||
|
|||||||
Reference in New Issue
Block a user