summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--abuild.in4
1 files changed, 1 insertions, 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() {