11 lines
367 B
Bash
Executable file
11 lines
367 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# these plugins are always available
|
|
|
|
load "../lib/bats-support/load.bash"
|
|
load "../lib/bats-assert/load.bash"
|
|
#load "../lib/bats-file/load.bash"
|
|
|
|
# mark the start of each test in the logs, beware crowdsec might be running
|
|
# echo "time=\"$(date +"%d-%m-%Y %H:%M:%S")\" level=info msg=\"TEST: ${BATS_TEST_DESCRIPTION}\"" >> /var/log/crowdsec.log
|
|
|