Re: [OE-core] [PATCH] oeqa/selftest/devtool: fix test_devtool_add_git_style2

2024-04-04 Thread Richard Purdie
On Thu, 2024-04-04 at 14:25 +0200, Alexandre Truong wrote: > The problem is the following: > AssertionError: > 'gitsm://g...@github.com/ARMmbed/mbedtls.git;protocol=https;branch=master' != > 'git://g...@github.com/ARMmbed/mbedtls.git;protocol=https;branch=master' > > Mbedlts made changes to

[OE-core] [PATCH] oeqa/selftest/devtool: fix test_devtool_add_git_style2

2024-04-04 Thread Alexandre Truong
The problem is the following: AssertionError: 'gitsm://g...@github.com/ARMmbed/mbedtls.git;protocol=https;branch=master' != 'git://g...@github.com/ARMmbed/mbedtls.git;protocol=https;branch=master' Mbedlts made changes to their repository, adding a sub-module, thus the assert triggers an error