You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2022/07/15 14:45:06 UTC

[buildstream] 03/03: debug

This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch juerg/ci-userchroot
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 289e76b0f9dbbcd79b71adb8d0c8c103211d4d7b
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Fri Jul 15 16:44:54 2022 +0200

    debug
---
 .github/run-userchroot-test.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/run-userchroot-test.sh b/.github/run-userchroot-test.sh
index fdcc3bcd4..fcdbb5a17 100755
--- a/.github/run-userchroot-test.sh
+++ b/.github/run-userchroot-test.sh
@@ -22,3 +22,7 @@ echo buildbox-casd:${BST_CAS_STAGING_ROOT} > /etc/userchroot.conf
 # Run as regular user after setting up the environment.
 # Use umask as created files must be writable by the group (i.e. both bst and buildbox-casd)
 su testuser -c "umask 002 && tox -vvvvv -- --color=yes --integration -x"
+
+cat .tox/py310-nocover/tmp/*/cache/logs/_casd/*
+
+exit 1