summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2023-02-08 06:08:38 +0000
committerPatrick Lauer <patrick@gentoo.org>2023-02-08 06:12:48 +0000
commitacd58628e878188a600e97402e731315751a199c (patch)
tree39e3743cc878936d7681bb32a73ee47fc572689f /sys-apps/toybox/toybox-9999.ebuild
parentdev-python/oauth2client: updates (diff)
downloadgentoo-acd58628e878188a600e97402e731315751a199c.tar.gz
gentoo-acd58628e878188a600e97402e731315751a199c.tar.bz2
gentoo-acd58628e878188a600e97402e731315751a199c.zip
sys-apps/toybox: Fix tests
Thanks to Rob Landley for pointing out that 'test' runs the single test called tests, and 'tests' runs all tests Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'sys-apps/toybox/toybox-9999.ebuild')
-rw-r--r--sys-apps/toybox/toybox-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/toybox/toybox-9999.ebuild b/sys-apps/toybox/toybox-9999.ebuild
index d890b64c89af..2d47626cc148 100644
--- a/sys-apps/toybox/toybox-9999.ebuild
+++ b/sys-apps/toybox/toybox-9999.ebuild
@@ -53,7 +53,7 @@ src_compile() {
}
src_test() {
- emake V=1 test
+ emake V=1 tests
}
src_install() {