Repository: thrift Updated Branches: refs/heads/master ad4df1657 -> c62798bb6
THRIFT-2534 Cross language test results should recorded to a status.md or status.html file automatically fix: swap client server Patch: Chamila Dilshan Wijayarathna Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/c62798bb Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/c62798bb Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/c62798bb Branch: refs/heads/master Commit: c62798bb6e6128fed9301bd5864a79d2a052f601 Parents: ad4df16 Author: Roger Meier <[email protected]> Authored: Fri May 23 12:54:08 2014 +0200 Committer: Roger Meier <[email protected]> Committed: Fri May 23 12:54:08 2014 +0200 ---------------------------------------------------------------------- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/c62798bb/test/test.sh ---------------------------------------------------------------------- diff --git a/test/test.sh b/test/test.sh index 9bb60cf..455ca70 100755 --- a/test/test.sh +++ b/test/test.sh @@ -147,8 +147,8 @@ do_test () { cat << EOF >> $STATUS_HTML [ - "${client}", "${server}", + "${client}", "${protocol}", "${transport}", "${result} (<a href=\"log/${testname}_client.log\">client</a>, <a href=\"log/${testname}_server.log\">server</a>)"
