mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Wait for correct application.
This commit is contained in:
@@ -12,7 +12,7 @@ weave_on $HOST1 run -dti --name client alpine /bin/sh -c "while true; do \
|
||||
sleep 1; \
|
||||
done"
|
||||
|
||||
wait_for applications $HOST1 60 nginx client
|
||||
wait_for applications $HOST1 60 "nginx: worker process" nc
|
||||
|
||||
has applications $HOST1 "nginx: worker process"
|
||||
has applications $HOST1 nc
|
||||
|
||||
Reference in New Issue
Block a user