summaryrefslogtreecommitdiff
path: root/test/986-native-method-bind
diff options
context:
space:
mode:
Diffstat (limited to 'test/986-native-method-bind')
-rw-r--r--[-rwxr-xr-x]test/986-native-method-bind/run.py (renamed from test/986-native-method-bind/run)4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/986-native-method-bind/run b/test/986-native-method-bind/run.py
index e92b873956..b5968864ac 100755..100644
--- a/test/986-native-method-bind/run
+++ b/test/986-native-method-bind/run.py
@@ -14,4 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-./default-run "$@" --jvmti
+
+def run(ctx, args):
+ ctx.default_run(args, jvmti=True)