mirror of https://github.com/google/oss-fuzz.git
This reverts commit cb156403e9
.
This commit is contained in:
parent
c1404e9b62
commit
05063afd88
|
@ -63,7 +63,6 @@ function run_fuzz_target {
|
|||
local profraw_file_mask="$DUMPS_DIR/$target.*.profraw"
|
||||
local profdata_file="$DUMPS_DIR/$target.profdata"
|
||||
local corpus_real="/corpus/${target}"
|
||||
mkdir -p $corpus_real
|
||||
|
||||
# -merge=1 requires an output directory, create a dummy dir for that.
|
||||
local corpus_dummy="$OUT/dummy_corpus_dir_for_${target}"
|
||||
|
|
|
@ -22,7 +22,7 @@ fi
|
|||
|
||||
for pair in "$@"; do
|
||||
read path url <<< "$pair"
|
||||
wget -q -O $path $url || rm $path
|
||||
wget -q -O $path $url
|
||||
done
|
||||
|
||||
# Always exit with 0 as we do not track wget return codes and should not rely
|
||||
|
|
Loading…
Reference in New Issue