Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ad4df16
)
THRIFT-2534 Cross language test results should recorded to a status.md or status...
author
Roger Meier
<roger@apache.org>
Fri, 23 May 2014 10:54:08 +0000
(12:54 +0200)
committer
Roger Meier
<roger@apache.org>
Fri, 23 May 2014 10:54:08 +0000
(12:54 +0200)
fix: swap client server
Patch: Chamila Dilshan Wijayarathna
test/test.sh
patch
|
blob
|
history
diff --git
a/test/test.sh
b/test/test.sh
index
9bb60cf
..
455ca70
100755
(executable)
--- 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>)"