summaryrefslogtreecommitdiff
path: root/test/1961-obsolete-jit-multithread
diff options
context:
space:
mode:
Diffstat (limited to 'test/1961-obsolete-jit-multithread')
-rw-r--r--[-rwxr-xr-x]test/1961-obsolete-jit-multithread/run.py (renamed from test/1961-obsolete-jit-multithread/run)4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/1961-obsolete-jit-multithread/run b/test/1961-obsolete-jit-multithread/run.py
index c6e62ae6cd..4796039801 100755..100644
--- a/test/1961-obsolete-jit-multithread/run
+++ b/test/1961-obsolete-jit-multithread/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)