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

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

Fix read permission error on host OS #83

Closed jainvikas8 closed 3 years ago

jainvikas8 commented 3 years ago

Fixes #24

The issue on Windows (Host OS) is that it clones dependencies in read-only mode, which creates an issue when deleting them if test_psa_target.py or build_tfm.py is executed.

Therefore handle the permission issue by setting them in read-write mode.