Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c01c4cd

Browse filesBrowse files
committed
Observer dblab_test container logs
1 parent 62b267a commit c01c4cd
Copy full SHA for c01c4cd

File tree

2 files changed

+4
-0
lines changed
Filter options

2 files changed

+4
-0
lines changed

‎test/1.synthetic.sh

Copy file name to clipboardExpand all lines: test/1.synthetic.sh
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ sudo docker run \
5454
--volume ~/.dblab/server_test.yml:/home/dblab/configs/config.yml \
5555
"${IMAGE2TEST}"
5656

57+
sudo docker logs -f dblab_test 2>&1 | awk '{print "[CONTAINER dblab_test]: "$0}' &
58+
5759
### Waiting fori dblab initialization
5860
while true; do
5961
curl http://localhost:12345 && break

‎test/2.logical_generic.sh

Copy file name to clipboardExpand all lines: test/2.logical_generic.sh
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ sudo docker run \
3939
--volume ~/.dblab/server_test.yml:/home/dblab/configs/config.yml \
4040
"${IMAGE2TEST}"
4141

42+
sudo docker logs -f dblab_test 2>&1 | awk '{print "[CONTAINER dblab_test]: "$0}' &
43+
4244
### Step ?. Setup Database Lab client CLI

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.