Re: [PATCH 3/3] test: py: tests: test_gpt.py: add a simple test for the command gpt repair

2022-05-08 Thread Tom Rini
On Fri, Apr 22, 2022 at 05:46:50PM +0200, Philippe Reynes wrote: > Adds a simple test for the command gpt repair. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 3/3] test: py: tests: test_gpt.py: add a simple test for the command gpt repair

2022-04-22 Thread Philippe Reynes
Adds a simple test for the command gpt repair. Signed-off-by: Philippe Reynes --- test/py/tests/test_gpt.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/test/py/tests/test_gpt.py b/test/py/tests/test_gpt.py index 229d7eb2c2..f707d9f253 100644 --- a/test/py/tests/test_gpt.py