Skip to content
Snippets Groups Projects
Commit 238aafde authored by Horst Schirmeier's avatar Horst Schirmeier
Browse files

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
parent 951e9e18
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,10 @@ LIBDIR=~/bochslibs ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment