mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-05 21:34:19 +02:00
main/wget: run all tests
This commit is contained in:
parent
59420f440b
commit
898f94b6f4
1 changed files with 2 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||
pkgname=wget
|
||||
pkgver=1.25.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Network utility to retrieve files from the Web"
|
||||
url="https://www.gnu.org/software/wget/wget.html"
|
||||
arch="all"
|
||||
|
@ -44,9 +44,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
# FIXME: We're not running top-level "check" to skip fuzz tests that
|
||||
# are currently broken.
|
||||
make -C tests check
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue