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:54:54 UTC

[buildstream] 01/01: 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 9a4d59752078ec34616d90bed00574d368c1a738
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..f0e6041b9 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/*/tmp/*/cache/logs/_casd/*
+
+exit 1