From ef6fcbabb8beaf4523c7f71cee2caf45ebaad938 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 11 Mar 2025 22:11:43 +0200 Subject: [PATCH] Remove broken tests --- pkg.info | 2 +- source.sh | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/pkg.info b/pkg.info index 8c8c5b3..095ed57 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: dracut description: Event driven initramfs infrastructure version: 102 -revision: 2 +revision: 3 url: https://github.com/dracut-ng/dracut-ng license: GPL2-or-later architecture: any diff --git a/source.sh b/source.sh index 6edc0e6..81bccdb 100644 --- a/source.sh +++ b/source.sh @@ -19,12 +19,6 @@ build() { make } -# The check function is executed in the source directory -# This function is used to run tests to verify the package has been compiled correctly -check() { - make check -} - # The package function is executed in the source directory # This function is used to move the compiled files into the output directory package() {