mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: run api tests from startup dir
This commit is contained in:
parent
a3473e60db
commit
4ce5b5fdf3
@ -870,8 +870,8 @@ prepare_profiles() {
|
||||
}
|
||||
|
||||
apitest() {
|
||||
test -x "api/$1.t" || skip
|
||||
"api/$1.t" "${@:2}" && rm -f debug.log strace.log
|
||||
test -x "$TESTOLDPWD/api/$1.t" || skip
|
||||
"$TESTOLDPWD/api/$1.t" "${@:2}" && rm -f debug.log strace.log
|
||||
}
|
||||
|
||||
mirror_recovery_works() {
|
||||
|
Loading…
Reference in New Issue
Block a user