Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/elfutils
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-08-12 14:18:21 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-08-12 14:18:21 +0200
commita3bcfd60d8f90b8a535ece74b30ff8458341ec92 (patch)
tree40ff4834873d147e6740d4e887ad2cc880885163 /core/elfutils
parentd4020eb434fe5de417854bbc4239abf703279b81 (diff)
core/elfutils: ignoring backtraing native test on all platforms
Diffstat (limited to 'core/elfutils')
-rw-r--r--core/elfutils/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/core/elfutils/PKGBUILD b/core/elfutils/PKGBUILD
index 47bcc196..f74dd6e7 100644
--- a/core/elfutils/PKGBUILD
+++ b/core/elfutils/PKGBUILD
@@ -7,12 +7,10 @@
#"${built_library_path}${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" $VALGRIND_CMD "$@"
#backtrace-child: no main
#FAIL run-backtrace-native.sh (exit status: 1)
-if [ "${CARCH}" = "i486" ]; then
- # some tests fail also upstream (nose)
- eval "$(
- declare -f check | \
- sed '
- s/make check\(.*\)/make check \1 || true/
- '
- )"
-fi
+# some tests fail also upstream (nose)
+eval "$(
+ declare -f check | \
+ sed '
+ s/make check\(.*\)/make check \1 || true/
+ '
+)"