test: vinyl/layout: fix bloom filter filtering in output
We filter bloom filters, because they depend on ICU version and hence the test output may vary from one platform to another (see commit 0a37ccad "Filter out bloom_filter in vinyl/layout.test.lua"). However, using test_run for this is unreliable, because a bloom string can contain newline characters and hence be split in multiple lines in console output, in which case the filter won't work. Fix this by filtering bloom_filter manually.
Please register or sign in to comment