summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2020-03-30 06:42:19 +0000
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-30 14:57:22 +0200
commit6b8d32ea7b5775bdd10a75f72fd3b8a0e8dae93f (patch)
tree7369b866b184af1529cb772d512fd245bf5f6c28 /src/test/meson.build
parentc4ae2704b7e921a0b05486a7b201be6770a04ea7 (diff)
downloadsystemd-6b8d32ea7b5775bdd10a75f72fd3b8a0e8dae93f.tar.gz
ci: turn off FuzzBuzz
I don't think anyone uses it.
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index a8e81311f7..6297875c0d 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -1026,10 +1026,7 @@ tests += [
]
-# test-bus-vtable-cc.cc is a symlink and symlinks get lost in containers on FuzzBuzz.
-# The issue has been reported to the developers of FuzzBuzz and hopefully will be fixed soon.
-# In the meantime, let's just skip the symlink there.
-if cxx_cmd != '' and not want_fuzzbuzz
+if cxx_cmd != ''
tests += [
[['src/libsystemd/sd-bus/test-bus-vtable-cc.cc'],
[],