Archived
1
0

Add installer unit tests

This commit is contained in:
Asher
2021-07-13 12:22:00 -05:00
parent c31e72fb7b
commit 24f6834f5b
5 changed files with 202 additions and 0 deletions

9
ci/dev/test-scripts.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
bats ./test/scripts
}
main "$@"