diff options
author | 2022-10-23 19:23:12 +0000 | |
---|---|---|
committer | 2022-10-23 19:23:12 +0000 | |
commit | 8d6a4e021e1dc4717939e05aee89c9b18e383d12 (patch) | |
tree | 17beb80fab6698e3cc3d0a06871e582c97667f1b /test/1914-get-local-instance | |
parent | 895c27039a57ec19efc8f526ac17b1ae28e2edd9 (diff) |
Revert "Convert per-test run scripts to python."
This reverts commit 895c27039a57ec19efc8f526ac17b1ae28e2edd9.
Reason for revert: Breaks tests
Change-Id: If7d346b23731d32d1fdf31346bebcb658fbce421
Diffstat (limited to 'test/1914-get-local-instance')
-rwxr-xr-x | test/1914-get-local-instance/run | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/1914-get-local-instance/run b/test/1914-get-local-instance/run index ce3a55a474..51875a7e86 100755 --- a/test/1914-get-local-instance/run +++ b/test/1914-get-local-instance/run @@ -14,7 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. - -def run(ctx, args): - # Ask for stack traces to be dumped to a file rather than to stdout. - ctx.default_run(args, jvmti=True) +# Ask for stack traces to be dumped to a file rather than to stdout. +./default-run "$@" --jvmti |