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 #84

Closed jainvikas8 closed 3 years ago

jainvikas8 commented 3 years ago

Fixes #24

The permission model on Windows (Host OS) creates an issue when deleting files, if test_psa_target.py or build_tfm.py is executed.

Therefore handle it by setting them in read-write mode.

This fix was missed when PR #80 was merged after #83

To be squashed with 03fb1c0