maint/CICD ~ disable inapplicable tests from BusyTests

This commit is contained in:
Roy Ivy III 2021-06-06 11:21:38 -05:00
parent 5b697aace8
commit 4495964864

View file

@ -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: