summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-03-18 09:23:50 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-03-18 09:23:50 +0100
commit5e6034d669339fad39f622bcf17c042b2355d20d (patch)
tree81f92a405e0ace12a8fe1aa3a06bdb7ded06ab76
parent450c33b588059e0289d5d8da0cd9c7a2d2d2dd51 (diff)
downloadpackages-5e6034d669339fad39f622bcf17c042b2355d20d.tar.xz
core/systemd: removed test ignoring, all tests passing
-rw-r--r--core/systemd/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD
index d39d338e..440c4133 100644
--- a/core/systemd/PKGBUILD
+++ b/core/systemd/PKGBUILD
@@ -1,14 +1,3 @@
-# 1 test fails in timeout:
-# 417/487 test-event TIMEOUT 30.020517349243164 s
-# must investigate later, for now ignore testing
-
-eval "$(
- declare -f check | \
- sed '
- s/meson test -C build/meson test -C build || true/
- '
-)"
-
# compilation issues with gnu-efi 3.0.13
# https://bugs.archlinux.org/task/70046?project=1&string=systemd+grub-efi&search_name=&type[0]=&sev[0]=&pri[0]=&due[0]=&reported[0]=&cat[0]=&status[0]=open&percent[0]=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto=&order=dateopened&sort=desc
# https://github.com/systemd/systemd/pull/18987