fail*: redirect output of server to file ... but where?
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1576 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -22,7 +22,7 @@ if [ ! -x "$1" ]; then echo "usage: $0 <campaignserver-binary>" >&2; exit 1; fi
|
|||||||
CAMPAIGNSERVER_BINARY=$1
|
CAMPAIGNSERVER_BINARY=$1
|
||||||
|
|
||||||
date
|
date
|
||||||
/usr/bin/time -po .time "$CAMPAIGNSERVER_BINARY" >/dev/null 2>&1 &
|
/usr/bin/time -po .time "$CAMPAIGNSERVER_BINARY" > $(basename "$CAMPAIGNSERVER_BINARY")_progress.txt 2>&1 &
|
||||||
sleep .1 # wait until server is likely to have a listening socket opened
|
sleep .1 # wait until server is likely to have a listening socket opened
|
||||||
|
|
||||||
for h in $FAIL_EXPERIMENT_HOSTS
|
for h in $FAIL_EXPERIMENT_HOSTS
|
||||||
|
|||||||
Reference in New Issue
Block a user