aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/rpc-error/progdefs.sh
blob: cd915602b9e72854442303934aeac46aa3e218fd (plain) (blame)
1
2
3
4
5
#!/bin/bash
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -e
prog cppserver 1 "tcp/$CPP_PORT" "$BINREF/simpleserver"
prog javaserver 1 "tcp/$JAVA_PORT" "$BINREF/runjava SimpleServer"