nimble.eclass: fix tests dry-run

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2024-07-01 06:26:53 +05:00
parent 54a24b9a37
commit 3febea914a
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -178,7 +178,7 @@ nimble_src_compile() {
nimble_src_test() {
debug-print-function ${FUNCNAME} "${@}"
if nonfatal nimble_build test -n &> /dev/null; then
if nonfatal nimble_build -n test &> /dev/null; then
nimble_build test "${@}"
fi
}