Skip to content
Snippets Groups Projects
Commit 4a7ba5ab authored by Rawel's avatar Rawel
Browse files

Added oss-fuzz processor to run_all.sh

parent ccdb7a6b
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
# Comment it in after setting the token (see Data/DatasetSources/README.md for instructions) # Comment it in after setting the token (see Data/DatasetSources/README.md for instructions)
# python /project/Data/DatasetSources/oss-fuzz/parser.py # python /project/Data/DatasetSources/oss-fuzz/parser.py
# This script parses all fixing commit ranges and extracts one commit per range
# Comment it in if the OSS-Fuzz dataset is already present from step 4
# python /project/Data/DatasetSources/oss-fuzz/processor.py
# Run the cleanup script (Do not comment this out) # Run the cleanup script (Do not comment this out)
python /project/Data/Utils/CleanupUtils.py python /project/Data/Utils/CleanupUtils.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment