Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 09640b8

Browse files
author
Jean-Christophe Sirot
committed
Update BUILDIND.md to reflect minor Makefile improvement
Signed-off-by: Jean-Christophe Sirot <[email protected]>
1 parent 54ad646 commit 09640b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

BUILDING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,13 @@ you forgot to rebuild the base invocation image, simply run
111111
```sh
112112
$ make -f docker.Makefile invocation-image
113113
```
114+
115+
### Running specific end-to-end tests
116+
117+
To execute a specific end-to-end test or set of end-to-end tests you can specify
118+
them with the E2E_TESTS Makefile variable.
119+
120+
```console
121+
# run the e2e test <TEST_NAME>:
122+
make E2E_TESTS=<TEST_NAME> test-e2e
123+
```

0 commit comments

Comments
 (0)