diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-17 14:33:47 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-17 14:33:47 -0700 |
commit | 2360226ec283e91a8701052941a2675e4cd43f0d (patch) | |
tree | 90c8cd6ff39ea174bd5fdcb4e50e136d490886cb /tools | |
parent | 1b872f2020d3867b9f6f2e04c23b6446752e2585 (diff) |
huh
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/fuzzer/build_and_run_fuzzer.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/fuzzer/build_and_run_fuzzer.sh b/tools/fuzzer/build_and_run_fuzzer.sh index c58fef2f0f..cd04684014 100755 --- a/tools/fuzzer/build_and_run_fuzzer.sh +++ b/tools/fuzzer/build_and_run_fuzzer.sh @@ -31,6 +31,5 @@ set -ex -du -make CONFIG=$config $1 +make CONFIG=$config $1 Q= bins/$config/$1 |