Remove broken tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: dracut
|
name: dracut
|
||||||
description: Event driven initramfs infrastructure
|
description: Event driven initramfs infrastructure
|
||||||
version: 102
|
version: 102
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://github.com/dracut-ng/dracut-ng
|
url: https://github.com/dracut-ng/dracut-ng
|
||||||
license: GPL2-or-later
|
license: GPL2-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -19,12 +19,6 @@ build() {
|
|||||||
make
|
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
|
# The package function is executed in the source directory
|
||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user