fuzz: Remove API key requirement

Prevents use of public corpus without API key.
This commit is contained in:
Book Moons 2019-08-29 03:23:12 -04:00 committed by Andrea Spacca
parent 806006a0b8
commit 071ecb491c

View file

@ -6,10 +6,6 @@ if [ "$#" -ne 1 ]; then
echo "Usage: $0 <fuzz-type>"
exit 1
fi
if [ -z "$FUZZIT_API_KEY" ]; then
echo "Set FUZZIT_API_KEY to your Fuzzit API key"
exit 2
fi
# Configure
ROOT=./server