mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
nimble.eclass: fix tests dry-run
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
54a24b9a37
commit
3febea914a
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user