Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runner: make download-corpus work #639

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

evverx
Copy link
Contributor

@evverx evverx commented Nov 28, 2022

Fixes

python3 ../runner.py download-corpus avahi
Traceback (most recent call last):
  File "/home/vagrant/fuzz-introspector/oss_fuzz_integration/oss-fuzz/../runner.py", line 652, in <module>
    download_full_public_corpus(args.project)
TypeError: download_full_public_corpus() missing 1 required positional argument: 'target_corpus_dir'

It also makes it possible to download corpora to specific directories by passing --corpus-dir=...

Fixes
```
python3 ../runner.py download-corpus avahi
Traceback (most recent call last):
  File "/home/vagrant/fuzz-introspector/oss_fuzz_integration/oss-fuzz/../runner.py", line 652, in <module>
    download_full_public_corpus(args.project)
TypeError: download_full_public_corpus() missing 1 required positional argument: 'target_corpus_dir'
```

It also makes it possible to download corpora to specific directories by
passing --corpus-dir=...

Signed-off-by: Evgeny Vereshchagin <[email protected]>
@DavidKorczynski DavidKorczynski merged commit 891bcbb into ossf:main Nov 28, 2022
@evverx evverx mentioned this pull request Nov 28, 2022
arthurscchan pushed a commit to arthurscchan/fuzz-introspector that referenced this pull request Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants