diff options
Diffstat (limited to 'community/entr/APKBUILD')
-rw-r--r-- | community/entr/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/entr/APKBUILD b/community/entr/APKBUILD index 4482c87b95..880ebcfab6 100644 --- a/community/entr/APKBUILD +++ b/community/entr/APKBUILD @@ -35,6 +35,7 @@ package() { } check() { + cd "$builddir" make regress || return 1 } |