summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2023-08-27 00:58:50 +0200
committerAdrian Perez de Castro2023-08-27 00:58:50 +0200
commit8f2d589ba77cd2fa5629e9cb3b46ebbf44e5233c (patch)
tree85e472e35170db4116b409095b4f441a5f307bbd /PKGBUILD
parent5cde6cb0471580e079047b5ef339dda4464945df (diff)
downloadaur-8f2d589ba77cd2fa5629e9cb3b46ebbf44e5233c.tar.gz
Add note on requirements needed to run the test suite
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 9 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bca226068fe6..4ce13ecf8fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,15 @@ build () {
}
check () {
- msg2 'TODO: Investigate why tests fail to run'
+ #
+ # We need a different build that can be installed to a local prefix
+ # directory, because the test suite will pick binaries from $PATH.
+ #
+ # Also, /bin/sh is expected to be OpenBSD ksh, which is available
+ # as the "oksh" package, but we need to either make it be /bin/sh or
+ # change the shebangs in testing scripts.
+ #
+ msg2 'TODO: Investigate whether test can be made to run'
return 0
cd "$pkgname"