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
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 @@
 
     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>)"