diff options
| author | 2016-12-19 18:56:50 +0000 | |
|---|---|---|
| committer | 2016-12-19 18:56:51 +0000 | |
| commit | 2d76677d7a2ddf8506443b3de536fb2e52b6b8b7 (patch) | |
| tree | c9c120cf1b410e20920de6f0c3c2c05747228e51 | |
| parent | 9b8e6de85fff44529267b410aa9f8deebd187030 (diff) | |
| parent | 5c77917ca94b33576b4a6bb850bdb578df378292 (diff) | |
Merge "Fix 616-cha assumptions."
| -rw-r--r-- | test/616-cha/run | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/616-cha/run b/test/616-cha/run new file mode 100644 index 0000000000..9c64c7dc66 --- /dev/null +++ b/test/616-cha/run @@ -0,0 +1,18 @@ +#!/bin/bash +# +# Copyright (C) 2016 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Run without an app image to prevent the classes to be loaded at startup. +exec ${RUN} "${@}" --no-app-image |