1
0
mirror of https://github.com/MariaDB/mariadb-docker.git synced 2025-04-19 06:02:18 +03:00

Readme: running tests can use tag

This commit is contained in:
Daniel Black 2023-04-26 13:45:36 +10:00
parent 8524cfe367
commit 10d363e659

View File

@ -108,7 +108,7 @@ To build, you can use [docker build](https://docs.docker.com/engine/reference/co
Run:
```
.test/run {container hash}
.test/run {container hash/tag}
```
This will run through all current tests and the new tests you have created. The key aspect is that the script should error returning a non-zero exit code if the test fails.