1
0
Fork 0

app-backup/mkstage4: added recursive bats tests

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2023-03-10 22:28:00 -05:00
parent c002cb4547
commit 0dbb7924ad
3 changed files with 6 additions and 2 deletions

View File

@ -25,5 +25,5 @@ src_install() {
}
src_test() {
bats tests/* || die
bats -r tests/* || die
}

View File

@ -26,5 +26,5 @@ src_install() {
}
src_test() {
bats tests/* || die
bats -r tests/* || die
}

View File

@ -23,3 +23,7 @@ src_install() {
newbin exstage4.sh exstage4
einstalldocs
}
src_test() {
bats -r tests/* || die
}