print the message to be sent to the log server for testing

This commit is contained in:
Radius 2015-09-25 01:04:09 +01:00
parent 4e11454ad2
commit 85bd3e10ee

View File

@ -195,6 +195,7 @@ cd "${BASE_DIR}"
####build commands
buildbot_log() {
echo ========== $MESSAGE ==========
MESSAGE=`echo -e $1`
HASH=`echo -n "$MESSAGE" | openssl sha1 -hmac $SIG | cut -f 2 -d " "`