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

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 8a52f67  Fix an error in the e2e tests documentation
8a52f67 is described below

commit 8a52f67a8c3fa0ef6516eef3c9a948a4622838fc
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Jan 19 18:48:42 2026 +0000

    Fix an error in the e2e tests documentation
---
 atr/docs/running-and-creating-tests.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/docs/running-and-creating-tests.md 
b/atr/docs/running-and-creating-tests.md
index a3eec12..d5b9425 100644
--- a/atr/docs/running-and-creating-tests.md
+++ b/atr/docs/running-and-creating-tests.md
@@ -127,7 +127,7 @@ To stop the container, remove the volume, rebuild, and run 
the tests:
 ```shell
 cd tests && docker compose down -v
 docker compose build --no-cache atr-dev
-sh tests/run-e2e.sh
+cd .. && sh tests/run-e2e.sh
 ```
 
 **Remove all test containers and images:**


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to