diff options
| -rwxr-xr-x | test/default_run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/default_run.py b/test/default_run.py index 87664aa928..c50c22e395 100755 --- a/test/default_run.py +++ b/test/default_run.py @@ -762,7 +762,7 @@ def default_run(ctx, args, **kwargs): ANDROID_ART_BIN_DIR = f"{DEX_LOCATION}/zipapex/bin" # Force since some tests manually run this file twice. # If the {RUN} is executed multiple times we don't need to recreate the link - installapex_cmdline = f"ln -s -f --verbose {EXTRACTED_ZIPAPEX_LOC} {DEX_LOCATION}/zipapex" + installapex_cmdline = f"ln -sfTv {EXTRACTED_ZIPAPEX_LOC} {DEX_LOCATION}/zipapex" # PROFILE takes precedence over RANDOM_PROFILE, since PROFILE tests require a # specific profile to run properly. |