From 89bc6eef86b6fb0b70fef4bc472b7177d51ec005 Mon Sep 17 00:00:00 2001 From: msojocs Date: Sat, 6 Jul 2024 22:44:38 +0800 Subject: [PATCH] docker log --- test/runner/nwjs/module-prepare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runner/nwjs/module-prepare.sh b/test/runner/nwjs/module-prepare.sh index 1460b78..ef605bb 100755 --- a/test/runner/nwjs/module-prepare.sh +++ b/test/runner/nwjs/module-prepare.sh @@ -55,6 +55,7 @@ until $(curl --output /dev/null --silent --head --fail http://127.0.0.1:8083/che if [ $i -ge 50 ];then echo "error" docker ps -a + docker logs wine exit 1 fi done