a19748ae35
If you use a ./test/local directory, you need to create it again: $ make clean bats-build bats-fixture
8 lines
187 B
Bash
Executable file
8 lines
187 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# any stdout, stderr from now on will go to &3
|
|
eval "$(debug)"
|
|
|
|
# ensure we don't leave crowdsec running if tests are broken or interrupted
|
|
./instance-crowdsec stop
|
|
|