summaryrefslogtreecommitdiff
path: root/test/2001-virtual-structural-multithread
diff options
context:
space:
mode:
Diffstat (limited to 'test/2001-virtual-structural-multithread')
-rw-r--r--[-rwxr-xr-x]test/2001-virtual-structural-multithread/run.py (renamed from test/2001-virtual-structural-multithread/run)4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/2001-virtual-structural-multithread/run b/test/2001-virtual-structural-multithread/run.py
index 03e41a58e7..9ef412d7a8 100755..100644
--- a/test/2001-virtual-structural-multithread/run
+++ b/test/2001-virtual-structural-multithread/run.py
@@ -14,4 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
+
+def run(ctx, args):
+ ctx.default_run(args, jvmti=True, runtime_option=["-Xopaque-jni-ids:true"])