test/test.sh: fix typo

This commit is contained in:
Roger Meier 2014-03-10 12:35:41 +01:00
parent 2a7dccc8a0
commit 7a66f75da8

View File

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