ARMmbed / mbed-os-tf-m-regression-tests

An Mbed OS application that runs the TF-M regression tests
2 stars 12 forks source link

Builder fails to report on git clone errors #38

Closed Patater closed 3 years ago

Patater commented 4 years ago

Function check_and_clone_repo() fails to actually fail when git fails to clone a repo. This could be fixed by verifying that the directory is created or by seeing if git returns an error status (via command line).

LDong-Arm commented 3 years ago

Fix created: #62 By adding checks to check_and_clone_repo(), we uncover a bug in the checkout of tag/SHA1 which is also fixed by that PR.