mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
fuzz: use new fuzzit (#3193)
Upgrade to new version and add if-not-exists to the cmdline Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
2
Makefile
2
Makefile
@@ -55,7 +55,7 @@ ifeq ($(TEST_TYPE),fuzzit)
|
||||
LIBFUZZER=YES $(MAKE) -f Makefile.fuzz all; \
|
||||
$(MAKE) -sf Makefile.fuzz fuzzit; \
|
||||
for i in `$(MAKE) -sf Makefile.fuzz echo`; do echo $$i; \
|
||||
./fuzzit create job --type $(FUZZIT_TYPE) coredns/$$i ./$$i; \
|
||||
./fuzzit create job --if-not-exists --type $(FUZZIT_TYPE) coredns/$$i ./$$i; \
|
||||
done; \
|
||||
fi;
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user