Skip to content
Snippets Groups Projects
Verified Commit 7ed217e8 authored by Petr Špaček's avatar Petr Špaček
Browse files

tests: skip Deckard integration tests if sendmmsg is enabled

All Deckard tests would fail anyway so we now print a warning and skip
Deckard tests.
parent 18eb1185
Branches
Tags
1 merge request!889cache entry_list: fix crash on insertion via lua
Pipeline #55987 canceled with stages
in 3 seconds
......@@ -37,7 +37,11 @@ if build_extra_tests
py3_deps = []
subdir('pytests')
subdir('integration')
if not sendmmsg
subdir('integration')
else
warning('Integration tests do not work with sendmmsg, disable sendmmsg first!')
endif
foreach py3_dep : py3_deps
py3_import = run_command(python3, '-c', 'import @0@'.format(py3_dep[0]))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment