mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Updating script for static analysis readiness.
Signed-off-by: Samuele Resca <samuele.resca@gmail.com>
This commit is contained in:
parent
37d62ba477
commit
bbda80486f
@ -10,8 +10,8 @@ TARGETS="FuzzTxnRangeRequest FuzzTxnPutRequest FuzzTxnDeleteRangeRequest"
|
||||
|
||||
for target in ${TARGETS}; do
|
||||
log_callout -e "\\nExecuting fuzzing with target ${target} in $target_path with a timeout of $fuzz_time\\n"
|
||||
run pushd ${target_path}
|
||||
$GO_CMD test -fuzz ${target} -fuzztime ${fuzz_time}
|
||||
run pushd "${target_path}"
|
||||
$GO_CMD test -fuzz "${target}" -fuzztime "${fuzz_time}"
|
||||
run popd
|
||||
log_success -e "\\COMPLETED: fuzzing with target $target in $target_path \\n"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user