1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-24 17:57:34 +03:00

meson: use '_' as separator in fuzz test names

Follow-up for d448888924c1d4815cb97bcd5d94419812c053b9 and ca121e20c42219e3bc4e5cb63dcc96cc5eae2879.

Fixes #17568.
This commit is contained in:
Yu Watanabe 2020-12-02 18:05:06 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent da115b935a
commit 0f82a2ab5c

View File

@ -3576,7 +3576,7 @@ foreach tuple : sanitizers
prev = name
if fuzz_tests
test('@0@:@1@:@2@'.format(b, c, sanitizer),
test('@0@_@1@_@2@'.format(b, c, sanitizer),
env,
env : ['UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1'],
timeout : 60,