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 ab40a2d7eec66d0be462e3936320c389f03ae83e 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 c273523..58a03c5 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"
