aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-06-25 08:42:10 -0700
committerGitHub <noreply@github.com>2021-06-25 08:42:10 -0700
commitae5e4228e8e3a2fe1302a2836855530c124253ed (patch)
tree13b1b1f1383d2970dad82cf9e2b24c2e7a4aceb4 /infra/base-images
parentdbe6bd6fd378ad8da04c48f05846bc47f2798bfe (diff)
downloadoss-fuzz-ae5e4228e8e3a2fe1302a2836855530c124253ed.tar.gz
[CIFuzz][ClusterFuzzLite] Implement batch fuzzing (#5963)
[ClusterFuzzLite] Support use of github actions as a filestore
Diffstat (limited to 'infra/base-images')
-rwxr-xr-xinfra/base-images/base-runner/run_fuzzer1
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/base-images/base-runner/run_fuzzer b/infra/base-images/base-runner/run_fuzzer
index 77e1350af..f53aed60a 100755
--- a/infra/base-images/base-runner/run_fuzzer
+++ b/infra/base-images/base-runner/run_fuzzer
@@ -35,7 +35,6 @@ then
rm -rf $CORPUS_DIR && mkdir -p $CORPUS_DIR
fi
-
SANITIZER=${SANITIZER:-}
if [ -z $SANITIZER ]; then
# If $SANITIZER is not specified (e.g. calling from `reproduce` command), it