This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/ci in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 2f04ee031f90640ad61f8dc5766f9e214c2bcae8 Author: Jürg Billeter <[email protected]> AuthorDate: Tue Mar 29 18:56:15 2022 +0200 tmp: background journalctl -f --- .github/run-ci.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/run-ci.sh b/.github/run-ci.sh index 536246a..671a2dd 100755 --- a/.github/run-ci.sh +++ b/.github/run-ci.sh @@ -56,6 +56,8 @@ fi function runTest() { test_name=$1 + journalctl -f & + # Run docker-compose from it's directory, because it will use # relative paths cd "${topdir}/compose"
