We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b267a commit c01c4cdCopy full SHA for c01c4cd
test/1.synthetic.sh
@@ -54,6 +54,8 @@ sudo docker run \
54
--volume ~/.dblab/server_test.yml:/home/dblab/configs/config.yml \
55
"${IMAGE2TEST}"
56
57
+sudo docker logs -f dblab_test 2>&1 | awk '{print "[CONTAINER dblab_test]: "$0}' &
58
+
59
### Waiting fori dblab initialization
60
while true; do
61
curl http://localhost:12345 && break
test/2.logical_generic.sh
@@ -39,4 +39,6 @@ sudo docker run \
39
40
41
42
43
44
### Step ?. Setup Database Lab client CLI
0 commit comments