mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
nimble.eclass: fix tests dry-run
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user