diff options
| author | 2018-11-16 15:40:56 +0000 | |
|---|---|---|
| committer | 2018-11-16 15:40:56 +0000 | |
| commit | f3d71d90813be42eb2bc5b85a38cd31dd3c5af21 (patch) | |
| tree | 54198c1e153cf8f0dfff8c51abb72104dd2b3fba | |
| parent | 54c7da9c50ee85ade636605cd6ea18b4c2bc69fa (diff) | |
| parent | fad8533c290c51725f0ddb0e34d0ec7f7ad4c508 (diff) | |
Merge "Don't run test 688 with app image."
| -rw-r--r-- | test/688-shared-library/run | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/688-shared-library/run b/test/688-shared-library/run new file mode 100644 index 0000000000..fa6ab58da6 --- /dev/null +++ b/test/688-shared-library/run @@ -0,0 +1,19 @@ +#!/bin/bash +# +# Copyright (C) 2018 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. + +# App images are incompatible with what the test is doing: loading one +# dex file multiple times. +exec ${RUN} "${@}" --no-app-image |