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 1232c6dc8faa6e2a68eb25f6ff4512453fdff32b Author: Jürg Billeter <[email protected]> AuthorDate: Wed Mar 30 07:53:06 2022 +0200 dmesg -w --- .github/run-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/run-ci.sh b/.github/run-ci.sh index 58a03c5..b8b02d0 100755 --- a/.github/run-ci.sh +++ b/.github/run-ci.sh @@ -57,6 +57,7 @@ function runTest() { test_name=$1 journalctl -f & + dmesg -w & # Run docker-compose from it's directory, because it will use # relative paths
