Skip to content
Snippets Groups Projects
Commit bb6061b3 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix corpus directories for http fuzzers

parent 1c55919e
No related branches found
No related tags found
No related merge requests found
...@@ -2115,7 +2115,7 @@ targets: ...@@ -2115,7 +2115,7 @@ targets:
- gpr_test_util - gpr_test_util
- gpr - gpr
corpus_dirs: corpus_dirs:
- test/core/http/corpus - test/core/http/request_corpus
maxlen: 2048 maxlen: 2048
- name: http_response_fuzzer_test - name: http_response_fuzzer_test
build: fuzzer build: fuzzer
...@@ -2128,7 +2128,7 @@ targets: ...@@ -2128,7 +2128,7 @@ targets:
- gpr_test_util - gpr_test_util
- gpr - gpr
corpus_dirs: corpus_dirs:
- test/core/http/corpus - test/core/http/response_corpus
maxlen: 2048 maxlen: 2048
- name: httpcli_format_request_test - name: httpcli_format_request_test
build: test build: test
......
...@@ -42,4 +42,4 @@ then ...@@ -42,4 +42,4 @@ then
flags="-use_traces=1 $flags" flags="-use_traces=1 $flags"
fi fi
bins/$config/http_request_fuzzer_test $flags fuzzer_output test/core/http/corpus bins/$config/http_request_fuzzer_test $flags fuzzer_output test/core/http/request_corpus
...@@ -42,4 +42,4 @@ then ...@@ -42,4 +42,4 @@ then
flags="-use_traces=1 $flags" flags="-use_traces=1 $flags"
fi fi
bins/$config/http_response_fuzzer_test $flags fuzzer_output test/core/http/corpus bins/$config/http_response_fuzzer_test $flags fuzzer_output test/core/http/response_corpus
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment