aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/fuzzer
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-18 08:28:21 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-18 08:28:21 -0700
commitc2c026e84376e8e65d7af84b9df33071c0511d1d (patch)
treec52a0251be96883db8fa17efb0c3a0d6b760fcd9 /tools/fuzzer
parentdc559c96979b45c8694586915fdecc7b0e21e51d (diff)
Renames
Diffstat (limited to 'tools/fuzzer')
-rwxr-xr-xtools/fuzzer/build_and_run_fuzzer.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/fuzzer/build_and_run_fuzzer.sh b/tools/fuzzer/build_and_run_fuzzer.sh
index 6b63ef02ca..a2108988d8 100755
--- a/tools/fuzzer/build_and_run_fuzzer.sh
+++ b/tools/fuzzer/build_and_run_fuzzer.sh
@@ -31,8 +31,5 @@
set -ex
-git submodule update --init
-find . | sort
-make CONFIG=$config run_dep_checks
make CONFIG=$config $1
bins/$config/$1