test: show how to run all tests

This commit is contained in:
decentral1se 2022-01-24 17:07:19 +01:00
parent 1150fcc595
commit 4a912ae3bc
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 8 additions and 0 deletions

View File

@ -18,3 +18,11 @@ By default, the testing script will ask after every command if the execution
succeeded. If you reply `n`, it will log the test in the `logdir`. If you want
all tests to run without questions, run `export logall=yes` before executing
the test script.
To run tests, you'll need to prepare your environment:
```
cp .envrc.sample .envrc # fill out values...
direnv allow
./test_all.sh logs
```