THRIFT-2534 Cross language test results should recorded to a status.md or status...
authorRoger Meier <roger@apache.org>
Fri, 23 May 2014 10:54:08 +0000 (12:54 +0200)
committerRoger 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

index 9bb60cf..455ca70 100755 (executable)
@@ -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>)"