Without that fix, the zip wasn't installed.
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
---
tests/src/lib/replicant_releases.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/src/lib/replicant_releases.py
b/tests/src/lib/replicant_releases.py
index 096e367..4185dc8 100644
--- a/tests/src/lib/replicant_releases.py
+++ b/tests/src/lib/replicant_releases.py
@@ -216,6 +216,8 @@ class RecoveryRuntime(object):
self.append_recovery_command('--sideload')
self.host.run(['adb', 'reboot', 'recovery'])
+ self.host.run(['adb', 'wait-for-sideload'])
+ self.host.run(['adb', 'sideload', recovery_path])
@trace
def install_boot_img(self, path, retries=100):
--
2.34.1
_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant