summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh')
-rwxr-xr-xjrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh b/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh
new file mode 100755
index 00000000000..bf86849d9c1
--- /dev/null
+++ b/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+. ../../binref/env.sh
+export PORT_1
+
+$BINREF/compilejava RPCServer.java
+
+sh dotest.sh || (sh $BINREF/progctl.sh progdefs.sh stop all; false)
+sh $BINREF/progctl.sh progdefs.sh stop all
+