Include the comment in the submit result

This commit is contained in:
Mark Jansen 2019-01-04 19:04:40 +01:00 committed by Colin Finck
parent 11213ea3ed
commit 180ba84d52

View File

@ -19,6 +19,8 @@ echo "* Using builder $TESTMAN_BUILDER."
COMMENT="Build $1"
if [ "$ATTACHMENT_ID" != "" ]; then
COMMENT+=", ID: $ATTACHMENT_ID, Reason: $2"
elif [ "$2" != "" -a "$2" != "None" ]; then
COMMENT+=", $2"
fi
TESTMAN_OUT=`wget -q -O - "https://reactos.org/testman/webservice/buildbot_aggregator.php?sourceid=$TESTMAN_ID&password=$TESTMAN_PASS&builder=$TESTMAN_BUILDER&platform=0&build=$1&comment=$COMMENT"`