[
https://issues.apache.org/jira/browse/HTRACE-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14258296#comment-14258296
]
Colin Patrick McCabe commented on HTRACE-22:
--------------------------------------------
Thanks, Stack.
Your output looks right to me. {{go build}} doesn't output anything in the
case where nothing was built, and {{gobuild.sh}} just calls {{go build}}.
(Actually, by default go doesn't output anything unless there is an error, but
we're passing the {{\\-v}} flag.)
As for why {{\\-h}} gets the go build help... it's because we pass the extra
arguments to {{gobuild.sh}} to the go command. That's been handy in the past.
Of course, we could always handle {{\-h}} specially in the script... might make
sense here.
> fix golang unit tests
> ---------------------
>
> Key: HTRACE-22
> URL: https://issues.apache.org/jira/browse/HTRACE-22
> Project: HTrace
> Issue Type: Bug
> Reporter: Colin Patrick McCabe
> Assignee: Colin Patrick McCabe
> Attachments: HTRACE-22.001.patch
>
>
> Fix golang unit tests. We should run them with {{go test ...}} so that all
> tests get run.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)