[Replicant] [vendor_replicant-scripts] [PATCH 1/6] tests: install-replicant-6.0-0003.py: make it work by default
Denis 'GNUtoo' Carikli
GNUtoo at cyberdimension.org
Fri Jan 7 18:56:03 UTC 2022
Without that fix, it won't wipe the data partition, and the data
partition format changed between Replicant 6.0 0003 and the Replicant
6.0 0004 RC releases.
And it's better to have an example that works in all the cases.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
tests/src/install-replicant-6.0-0003.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/src/install-replicant-6.0-0003.py b/tests/src/install-replicant-6.0-0003.py
index 3649d47..743385e 100755
--- a/tests/src/install-replicant-6.0-0003.py
+++ b/tests/src/install-replicant-6.0-0003.py
@@ -42,7 +42,7 @@ if __name__ == '__main__':
major_version,
minor_version,
device,
- wipe_cache_and_data=False,
+ wipe_cache_and_data=True,
disable_modem=False,
quiet=True)
--
2.34.1
More information about the Replicant
mailing list