This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/test in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 198bdc78d5328874ba7f843b2614301fcc35821b Author: Jürg Billeter <[email protected]> AuthorDate: Fri Oct 17 13:30:07 2025 +0200 TEMP: debug --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 21b65b8..a5a0fec 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,8 @@ skip_missing_interpreters = true [testenv] commands = bst --version + pwd + ls -l ./tests/bzr_wrapper ./tests/bzr_wrapper {envdir}/bin pytest --basetemp {envtmpdir} {posargs} deps = @@ -63,8 +65,10 @@ setenv = allowlist_externals = py{39,310,311,312,313,314}: + ls mv mkdir + pwd ./tests/bzr_wrapper #
