run-tests: Don't show echo_header commands

This commit is contained in:
Daniel Martí 2015-11-01 13:51:25 +01:00
parent 27c717e764
commit c115f71640
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ set -e # quit script on error
set -x # show each command as it is executed
echo_header() {
echo "=============================================================================="
echo $1
{ echo -e "==============================================================================\n$1"; } 2>/dev/null
}
copy_apks_into_repo() {