summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/rpc-error/rpc-error_test.sh
blob: bee324273b1ca09f6494ea4b7a697544f16a5256 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash

fail=0

. ../../binref/env.sh

STATUS=ok
JAVA_PORT=$PORT_3
CPP_PORT=$PORT_4

export JAVA_PORT
export CPP_PORT

$BINREF/compilejava TestErrors.java || fail=1

bash ./dotest.sh || fail=1

$BINREF/progctl.sh progdefs.sh stop all

exit $fail