Skip to content

Commit

Permalink
Add some more logs to bash script used for DockerHealthcheckWaitStrat…
Browse files Browse the repository at this point in the history
…gyTest (#2988)

Co-authored-by: Sergei Egorov <[email protected]>
Co-authored-by: Richard North <[email protected]>
  • Loading branch information
3 people authored Aug 1, 2020
1 parent 082b094 commit 0c69b44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/ash

echo sleeping
set -ex

sleep 2
echo writing file
touch /testfile

while true; do sleep 1; done

0 comments on commit 0c69b44

Please sign in to comment.