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

[buildstream] 02/03: TEMP: -x

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 f47efaeae255402c0f6c0ea6a2530262354bdfe6
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Fri Jul 15 16:42:14 2022 +0200

    TEMP: -x
---
 .github/run-userchroot-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/run-userchroot-test.sh b/.github/run-userchroot-test.sh
index c6101e489..fdcc3bcd4 100755
--- a/.github/run-userchroot-test.sh
+++ b/.github/run-userchroot-test.sh
@@ -21,4 +21,4 @@ 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"
+su testuser -c "umask 002 && tox -vvvvv -- --color=yes --integration -x"