docs: moar help for manual CI runs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -121,7 +121,27 @@ cd
|
||||
./run-ci-int
|
||||
```
|
||||
|
||||
You can also `cd abra` and run `bats ...` directly to trigger specific subsets of tests. See below for more tips.
|
||||
You can also `cd abra` and run `bats ...` directly to trigger specific subsets
|
||||
of tests. You'll need to export the env vars at the bottom of the `run-ci-int`
|
||||
script to reproduce the same settings.
|
||||
|
||||
```
|
||||
export ABRA_DIR="$HOME/.abra_test"
|
||||
export TERM=xterm
|
||||
export TEST_SERVER=default
|
||||
export ABRA_CI=1
|
||||
```
|
||||
|
||||
And then ensuring a clean state and running with the same flags:
|
||||
|
||||
```
|
||||
rm -rf "$ABRA_DIR"
|
||||
bats -Tp tests/integration --filter-tags \!dns --print-output-on-failure
|
||||
```
|
||||
|
||||
See the [`run-ci-int`](https://git.coopcloud.tech/toolshed/abra/src/branch/main/scripts/tests/run-ci-int) script for more.
|
||||
|
||||
See below for more tips on how to run the tests.
|
||||
|
||||
### Running them locally
|
||||
|
||||
|
||||
Reference in New Issue
Block a user