aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoromni <omni+alpine@hack.org>2024-04-24 10:27:39 +0000
committeromni <omni+alpine@hack.org>2024-04-24 10:29:25 +0000
commitb0e400745a972af787fb92dfcecab00fd879bd85 (patch)
tree073d4049e4449a24acff997e409c06f4977b0d96
parent525d7211da27d4f8ac9b435c505a33568d264c99 (diff)
community/rubberband: fix test arguments on riscv64HEADmaster
-rw-r--r--community/rubberband/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rubberband/APKBUILD b/community/rubberband/APKBUILD
index 94cedad72db..a4f877b7acc 100644
--- a/community/rubberband/APKBUILD
+++ b/community/rubberband/APKBUILD
@@ -39,7 +39,7 @@ build() {
check() {
case "$CARCH" in
riscv64)
- meson test ---timeout-multiplier=30 -print-errorlogs --no-rebuild -C output
+ meson test --timeout-multiplier=30 --print-errorlogs --no-rebuild -C output
# 8/8 Stretcher TIMEOUT 30.04s killed by signal 15 SIGTERM
;;
*)