mirror of https://github.com/google/oss-fuzz.git
[bad_example] Ignore "profile" build the same way as "coverage" one.
This commit is contained in:
parent
dba3c1b2e5
commit
664d13f5fc
|
@ -23,7 +23,7 @@ $CXX $CXXFLAGS -std=c++11 -I. -DINTENTIONAL_STARTUP_CRASH \
|
|||
|
||||
|
||||
# The latest two examples won't for for coverage build, bail out.
|
||||
if [[ $SANITIZER = *coverage* ]]; then
|
||||
if [[ $SANITIZER = *coverage* ]] || [[ $SANITIZER = *profile* ]]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue