summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2022-01-29 15:22:43 +0000
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-01-29 18:37:17 +0000
commit81f84a2c0bb478ad4b25bca8a76fbd1f9aa5ce01 (patch)
tree9b2d8525fb0b6a6ad55388dc72c85b57bdcfefee /tools
parentaca6badb80b6c87c5cf8179e9f670e59ce1c1863 (diff)
downloadsystemd-81f84a2c0bb478ad4b25bca8a76fbd1f9aa5ce01.tar.gz
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.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/oss-fuzz.sh2
1 files changed, 1 insertions, 1 deletions
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