mirror of
https://github.com/uutils/coreutils
synced 2024-12-04 18:39:52 +00:00
maint/CICD ~ disable inapplicable tests from BusyTests
This commit is contained in:
parent
5b697aace8
commit
4495964864
1 changed files with 2 additions and 0 deletions
|
@ -284,6 +284,8 @@ $(BUILDDIR)/busybox: busybox-src build-coreutils $(BUILDDIR)/.config
|
|||
chmod +x $@
|
||||
|
||||
prepare-busytest: $(BUILDDIR)/busybox
|
||||
# disable inapplicable tests
|
||||
-( cd "$(BUSYBOX_SRC)/testsuite" ; if [ -e "busybox.tests" ] ; then mv busybox.tests busybox.tests- ; fi ; )
|
||||
|
||||
ifeq ($(EXES),)
|
||||
busytest:
|
||||
|
|
Loading…
Reference in a new issue