diff options
author | 2022-10-23 19:23:12 +0000 | |
---|---|---|
committer | 2022-10-23 19:23:12 +0000 | |
commit | 8d6a4e021e1dc4717939e05aee89c9b18e383d12 (patch) | |
tree | 17beb80fab6698e3cc3d0a06871e582c97667f1b /test/168-vmstack-annotated | |
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/168-vmstack-annotated')
-rw-r--r-- | test/168-vmstack-annotated/run | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/168-vmstack-annotated/run b/test/168-vmstack-annotated/run index 266f74722d..93654113e6 100644 --- a/test/168-vmstack-annotated/run +++ b/test/168-vmstack-annotated/run @@ -14,7 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. - -def run(ctx, args): - # Use a smaller heap so it's easier to potentially fill up. - ctx.default_run(args, runtime_option=["-Xmx2m"]) +# Use a smaller heap so it's easier to potentially fill up. +exec ${RUN} $@ --runtime-option -Xmx2m |