浏览代码

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>
sstidl 9 月之前
父节点
当前提交
13eb4494df
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      docker/test/test-script.sh

+ 4 - 1
docker/test/test-script.sh

@@ -4,7 +4,10 @@
 
 PORT=8080
 
-apk add w3m
+if ! apk add w3m; then
+    echo "Failed to install w3m package"
+    exit 1
+fi
 
 echo sleeping a little to get things setteled...
 sleep 15