Testbots receive testrequest messages and send test messages, neither
of which have a commit property. Therefore, testbots should have no
notion of commits.
This commit removes all remaining references to commits from the
testbot implementation.
if ! testmsg=$(foundry_msg_test_new "$context" \
"$repository" \
"$branch" \
- "$commit" \
"$result"); then
log_error "Could not make test message"
return 1
local context
local repository
local branch
- local commit
local result
local testlog