mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
* postgres: add comments, backup and remove unused databases * bats: remove output, use --verbose-run locally * always drop empty pg 15 cluster * check cluster correctly, fix port after upgrade * always restart postgresql.service to fix port
12 lines
186 B
Markdown
12 lines
186 B
Markdown
# Running tests
|
|
|
|
## Install bats
|
|
```
|
|
sudo apt install bats
|
|
```
|
|
|
|
## Run tests manually
|
|
```
|
|
bats --verbose-run ./bonus.postgresql-13.bats
|
|
bats --verbose-run ./bonus.postgresql-15.bats
|
|
```
|