diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-04-15 23:06:05 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-04-15 23:06:05 -0700 |
commit | cf899de56fe42aa8b18f68901607ffd232c316fb (patch) | |
tree | 07daca8180b162eaaa2ff1b4e74f26314716d77e /scripts/simulate_ota.py | |
parent | 34ab3b9717505543f913c77f04de43fc5506057d (diff) | |
parent | c5dea6402ece46eb749c2e62a4738d67d46046ae (diff) |
Merge c5dea6402ece46eb749c2e62a4738d67d46046ae on remote branch
Change-Id: Ie730c4569cbebda3ed0c85001014e6087df4d786
Diffstat (limited to 'scripts/simulate_ota.py')
-rw-r--r-- | scripts/simulate_ota.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/simulate_ota.py b/scripts/simulate_ota.py index 40f463fd..bf1fc984 100644 --- a/scripts/simulate_ota.py +++ b/scripts/simulate_ota.py @@ -110,6 +110,7 @@ def run_ota(source, target, payload_path, tempdir, output_dir): delta_generator_args.append("--partition_names=" + ":".join(partition_names)) delta_generator_args.append("--new_partitions=" + ":".join(new_partitions)) + print("Running ", " ".join(delta_generator_args)) subprocess.check_output(delta_generator_args) valid = True |