Skip to content

Commit e8165fd

Browse files
orenc17Oren Cohen
authored andcommitted
small fix
1 parent 03c0302 commit e8165fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/psa/release.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ def build_tests_tfm_platform(target, toolchain, profile):
197197
'--profile', profile,
198198
'--source', ROOT,
199199
'--build', os.path.join(ROOT, 'BUILD', 'tests', target),
200-
'-n', MBED_PSA_TESTS,
201-
'--app-config', TFM_MBED_APP, '-n', test] + _tfm_test_defines(
202-
test), stdout=subprocess_output, stderr=subprocess_err)
200+
'-n', test,
201+
'--app-config', TFM_MBED_APP] + _tfm_test_defines(test),
202+
stdout=subprocess_output, stderr=subprocess_err)
203203

204204
logger.info(
205205
"Finished Building tests image({}) for {}".format(test, target))

0 commit comments

Comments
 (0)