[infra] Pass FUZZER_BINARY to bad_build_check instead of FUZZER.

This commit is contained in:
Max Moroz 2017-08-08 15:07:45 -07:00
parent f6a3b09305
commit 4e23946573
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ for FUZZER_BINARY in $(find $OUT/ -executable -type f); do
export AFL_NO_UI=1
timeout --preserve-status -s INT 20s run_fuzzer $FUZZER
fi
bad_build_check $FUZZER
bad_build_check $FUZZER_BINARY
N=$[$N+1]
done