[infra] Make bad_build_check more verbose.

This commit is contained in:
Max Moroz 2017-08-08 13:03:41 -07:00
parent b1ea461e17
commit f6a3b09305
1 changed files with 2 additions and 1 deletions

View File

@ -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