mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
Make it possible to pass arguments to PSA sim psa_client
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
b923b473e7
commit
98760124b8
@ -33,5 +33,5 @@ clean_run
|
||||
./psa_partition -k &
|
||||
SERV_PID=$!
|
||||
wait_for_server_startup
|
||||
./psa_client
|
||||
./psa_client "$@"
|
||||
wait $SERV_PID
|
||||
|
Loading…
Reference in New Issue
Block a user