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


The following commit(s) were added to refs/heads/jbilleter/test by this push:
     new d9226d3  WIP
d9226d3 is described below

commit d9226d3542f75b05e6d3648f3f1961bf406fa447
Author: Jürg Billeter <[email protected]>
AuthorDate: Fri Oct 17 13:49:20 2025 +0200

    WIP
---
 tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index a5a0fec..c26eea7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@ commands =
     bst --version
     pwd
     ls -l ./tests/bzr_wrapper
-    ./tests/bzr_wrapper {envdir}/bin
+    {toxworkdir}/tests/bzr_wrapper {envdir}/bin
     pytest --basetemp {envtmpdir} {posargs}
 deps =
     -rrequirements/test-requirements.txt
@@ -69,7 +69,7 @@ allowlist_externals =
         mv
         mkdir
         pwd
-       ./tests/bzr_wrapper
+       {toxworkdir}/tests/bzr_wrapper
 
 #
 # Code formatters

Reply via email to