Skip to content

Commit 13eb449

Browse files
Update docker/test/test-script.sh
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
1 parent 6d31010 commit 13eb449

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/test/test-script.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
PORT=8080
66

7-
apk add w3m
7+
if ! apk add w3m; then
8+
echo "Failed to install w3m package"
9+
exit 1
10+
fi
811

912
echo sleeping a little to get things setteled...
1013
sleep 15

0 commit comments

Comments
 (0)