From 81f84a2c0bb478ad4b25bca8a76fbd1f9aa5ce01 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sat, 29 Jan 2022 15:22:43 +0000 Subject: ci: use CFLite to test forks (including systemd-stable) It's like CIFuzz but unlike CIFuzz it's compatible with forks and it should make it possible to run the fuzzers to make sure that patches backported to them are backported correctly without introducing new bugs and regressions. --- tools/oss-fuzz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/oss-fuzz.sh b/tools/oss-fuzz.sh index 1d7412a81b..f227eb0e85 100755 --- a/tools/oss-fuzz.sh +++ b/tools/oss-fuzz.sh @@ -80,7 +80,7 @@ rm -rf "$hosts" # The seed corpus is a separate flat archive for each fuzzer, # with a fixed name ${fuzzer}_seed_corpus.zip. -for d in "$(dirname "$0")/../test/fuzz/fuzz-"*; do +for d in test/fuzz/fuzz-*; do zip -jqr "$OUT/$(basename "$d")_seed_corpus.zip" "$d" done -- cgit v1.2.1