Repository: thrift Updated Branches: refs/heads/master 2a7dccc8a -> 7a66f75da
test/test.sh: fix typo Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/7a66f75d Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/7a66f75d Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/7a66f75d Branch: refs/heads/master Commit: 7a66f75da882b54a8f49dd806ad5a66f7468ca7f Parents: 2a7dccc Author: Roger Meier <[email protected]> Authored: Mon Mar 10 12:35:41 2014 +0100 Committer: Roger Meier <[email protected]> Committed: Mon Mar 10 12:35:41 2014 +0100 ---------------------------------------------------------------------- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/7a66f75d/test/test.sh ---------------------------------------------------------------------- diff --git a/test/test.sh b/test/test.sh index 09c6ad1..48a2804 100755 --- a/test/test.sh +++ b/test/test.sh @@ -240,7 +240,7 @@ do_test "py-java" "binary" "buffered-ip" \ "py/TestClient.py --proto=binary --port=9090 --host=localhost --genpydir=py/gen-py" \ "ant -f ../lib/java/build.xml -Dno-gen-thrift=\"\" testserver" \ "15" "15" -do_test "py-java" "json" "json-ip" \ +do_test "py-java" "json" "buffered-ip" \ "py/TestClient.py --proto=json --port=9090 --host=localhost --genpydir=py/gen-py" \ "ant -f ../lib/java/build.xml -Dno-gen-thrift=\"\" -Dtestargs \"--protocol=json\" testserver" \ "15" "10"
