mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-01 17:40:53 -04: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 &
|
./psa_partition -k &
|
||||||
SERV_PID=$!
|
SERV_PID=$!
|
||||||
wait_for_server_startup
|
wait_for_server_startup
|
||||||
./psa_client
|
./psa_client "$@"
|
||||||
wait $SERV_PID
|
wait $SERV_PID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user