mirror of
https://github.com/logos-storage/logos-storage-local-harness.git
synced 2026-01-09 17:03:10 +00:00
13 lines
292 B
Bash
13 lines
292 B
Bash
common_setup() {
|
|
bats_require_minimum_version 1.12.0
|
|
load test_helper/bats-support/load
|
|
load test_helper/bats-assert/load
|
|
|
|
export LIB_SRC="${BATS_TEST_DIRNAME}/../src"
|
|
|
|
# shellcheck source=./src/utils.bash
|
|
source "${LIB_SRC}/utils.bash"
|
|
|
|
clh_init "${LIB_SRC}/../test_outputs"
|
|
}
|