it will never work i am sure
This commit is contained in:
parent
a912ae8102
commit
7906279a1f
6 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ donar \
|
|||
> $3/log/client-donar-stdout.log 2> $3/log/client-donar-stderr.log &
|
||||
|
||||
sleep 1
|
||||
tail -f $3/log/server-donar-stdout.log | grep -q "=== Our 12 requested circuits are now up ===" \
|
||||
tail -f $3/log/server-donar-stdout.log | grep -q "=== Our 2 requested circuits are now up ===" \
|
||||
> $3/log/client-measboot-stdout.log 2> $3/log/client-measboot-stderr.log
|
||||
|
||||
dcall \
|
||||
|
|
|
@ -12,7 +12,7 @@ donar \
|
|||
> ../log/server-donar-stdout.log 2> ../log/server-donar-stderr.log &
|
||||
|
||||
sleep 1
|
||||
tail -f ../log/server-donar-stdout.log | grep -q "=== Our 12 requested circuits are now up ===" \
|
||||
tail -f ../log/server-donar-stdout.log | grep -q "=== Our 2 requested circuits are now up ===" \
|
||||
> ../log/server-measboot-stdout.log 2> ../log/server-measboot-stderr.log
|
||||
|
||||
dcall \
|
||||
|
|
|
@ -13,7 +13,7 @@ donar \
|
|||
> ../log/server-donar-stdout.log 2> ../log/server-donar-stderr.log &
|
||||
|
||||
sleep 1
|
||||
tail -f ../log/server-donar-stdout.log | grep -q "=== Our 12 requested circuits are now up ===" \
|
||||
tail -f ../log/server-donar-stdout.log | grep -q "=== Our 2 requested circuits are now up ===" \
|
||||
> ../log/server-measboot-stdout.log 2> ../log/server-measboot-stderr.log &
|
||||
|
||||
dcall \
|
||||
|
|
|
@ -12,7 +12,7 @@ donar \
|
|||
> $3/log/client-donar-stdout.log 2> $3/log/client-donar-stderr.log &
|
||||
|
||||
sleep 1
|
||||
tail -f $3/log/server-donar-stdout.log | grep -q "=== Our 12 requested circuits are now up ===" \
|
||||
tail -f $3/log/server-donar-stdout.log | grep -q "=== Our 1 requested circuits are now up ===" \
|
||||
> $3/log/client-measboot-stdout.log 2> $3/log/client-measboot-stderr.log
|
||||
|
||||
dcall \
|
||||
|
|
|
@ -12,7 +12,7 @@ donar \
|
|||
> ../log/server-donar-stdout.log 2> ../log/server-donar-stderr.log &
|
||||
|
||||
sleep 1
|
||||
tail -f ../log/server-donar-stdout.log | grep -q "=== Our 12 requested circuits are now up ===" \
|
||||
tail -f ../log/server-donar-stdout.log | grep -q "=== Our 1 requested circuits are now up ===" \
|
||||
> ../log/server-measboot-stdout.log 2> ../log/server-measboot-stderr.log
|
||||
|
||||
dcall \
|
||||
|
|
|
@ -12,7 +12,7 @@ donar \
|
|||
> ../log/server-donar-stdout.log 2> ../log/server-donar-stderr.log &
|
||||
|
||||
sleep 1
|
||||
tail -f ../log/server-donar-stdout.log | grep -q "=== Our 12 requested circuits are now up ===" \
|
||||
tail -f ../log/server-donar-stdout.log | grep -q "=== Our 1 requested circuits are now up ===" \
|
||||
> ../log/server-measboot-stdout.log 2> ../log/server-measboot-stderr.log &
|
||||
|
||||
dcall \
|
||||
|
|
Loading…
Reference in a new issue