Skip to content

Commit 0c69b44

Browse files
kiviewbsideuprnorth
authored
Add some more logs to bash script used for DockerHealthcheckWaitStratgyTest (#2988)
Co-authored-by: Sergei Egorov <[email protected]> Co-authored-by: Richard North <[email protected]>
1 parent 082b094 commit 0c69b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/ash
22

3-
echo sleeping
3+
set -ex
4+
45
sleep 2
5-
echo writing file
66
touch /testfile
77

88
while true; do sleep 1; done

0 commit comments

Comments
 (0)