From 663e9db11840b0689e4837760f9a6bf66cc8004a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 5 Aug 2017 19:09:00 +0000 Subject: abuild: require tests always --- abuild.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/abuild.in b/abuild.in index 2b676eb..a806c81 100644 --- a/abuild.in +++ b/abuild.in @@ -1582,9 +1582,7 @@ update_abuildrepo_index() { # predefined function check default_check() { - warning "APKBUILD does not run any tests!" - msg2 "Alpine policy will soon require that packages have any relevant testsuites run during the build process." - msg2 "To fix, either define a check() function, or declare !check in \$options to indicate the package does not have a testsuite." + die "APKBUILD does not run any tests!" } check() { -- cgit v1.2.3-70-g09d2