mirror of https://github.com/google/oss-fuzz.git
[infra] Make bad_build_check more verbose.
This commit is contained in:
parent
b1ea461e17
commit
f6a3b09305
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -u
|
||||
#!/bin/bash -ux
|
||||
# Copyright 2017 Google Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -171,6 +171,7 @@ function check_mixed_sanitizers {
|
|||
|
||||
function main {
|
||||
local FUZZER=$1
|
||||
echo "INFO: performing bad build checks for $FUZZER"
|
||||
|
||||
check_instrumentation $FUZZER
|
||||
check_mixed_sanitizers $FUZZER
|
||||
|
|
Loading…
Reference in New Issue