mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
If you use a ./test/local directory, you need to create it again: $ make clean bats-build bats-fixture
14 lines
268 B
Bash
Executable file
14 lines
268 B
Bash
Executable file
#!/bin/sh
|
|
|
|
DB_BACKEND=pgx
|
|
|
|
export DB_BACKEND
|
|
export PACKAGE_TESTING
|
|
export TEST_SUITE_GIT
|
|
export TEST_SUITE_VERSION
|
|
export TEST_SUITE_ZIP
|
|
export TEST_PACKAGE_VERSION_DEB
|
|
export TEST_PACKAGE_VERSION_RPM
|
|
export TEST_PACKAGE_FILE
|
|
export TEST_PACKAGE_DIR
|
|
export TEST_SKIP
|