mirror of https://github.com/google/oss-fuzz.git
disable fuzzers that wont work with coverage. (#5922)
This commit is contained in:
parent
a69e7d7bb7
commit
c843640e64
|
@ -22,5 +22,8 @@ cp fuzz/target/x86_64-unknown-linux-gnu/release/deframer $OUT/
|
|||
cp fuzz/target/x86_64-unknown-linux-gnu/release/fragment $OUT/
|
||||
cp fuzz/target/x86_64-unknown-linux-gnu/release/hsjoiner $OUT/
|
||||
cp fuzz/target/x86_64-unknown-linux-gnu/release/message $OUT/
|
||||
cp fuzz/target/x86_64-unknown-linux-gnu/release/server $OUT/
|
||||
cp fuzz/target/x86_64-unknown-linux-gnu/release/persist $OUT/
|
||||
if [ "$SANITIZER" != "coverage" ]
|
||||
then
|
||||
cp fuzz/target/x86_64-unknown-linux-gnu/release/server $OUT/
|
||||
cp fuzz/target/x86_64-unknown-linux-gnu/release/persist $OUT/
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue