From c909c82ac22563b1235082a73ee1d35fdf1c4b86 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 28 Feb 2017 08:22:36 +0000 Subject: abuild: expand on APKBUILD check() warning message --- abuild.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index b9ab5d6..22bd454 100644 --- a/abuild.in +++ b/abuild.in @@ -1456,7 +1456,9 @@ update_abuildrepo_index() { # predefined function check default_check() { - warning "APKBUILD does not run any tests - define a check() function!" + 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." } check() { -- cgit v1.2.3-60-g2f50