diff options
author | Patrick Lauer <patrick@gentoo.org> | 2023-02-08 06:08:38 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2023-02-08 06:12:48 +0000 |
commit | acd58628e878188a600e97402e731315751a199c (patch) | |
tree | 39e3743cc878936d7681bb32a73ee47fc572689f /sys-apps/toybox | |
parent | dev-python/oauth2client: updates (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-apps/toybox/toybox-0.8.8.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/toybox/toybox-0.8.9.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/toybox/toybox-9999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/toybox/toybox-0.8.8.ebuild b/sys-apps/toybox/toybox-0.8.8.ebuild index 01a70f0ff7e1..917c870334f9 100644 --- a/sys-apps/toybox/toybox-0.8.8.ebuild +++ b/sys-apps/toybox/toybox-0.8.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -49,7 +49,7 @@ src_compile() { } src_test() { - emake test + emake tests } src_install() { diff --git a/sys-apps/toybox/toybox-0.8.9.ebuild b/sys-apps/toybox/toybox-0.8.9.ebuild index d890b64c89af..2d47626cc148 100644 --- a/sys-apps/toybox/toybox-0.8.9.ebuild +++ b/sys-apps/toybox/toybox-0.8.9.ebuild @@ -53,7 +53,7 @@ src_compile() { } src_test() { - emake V=1 test + emake V=1 tests } src_install() { 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() { |