aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh
Publish
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
+