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:
Tom Cosgrove 2024-06-11 17:21:15 +01:00
parent b923b473e7
commit 98760124b8

View File

@ -33,5 +33,5 @@ clean_run
./psa_partition -k &
SERV_PID=$!
wait_for_server_startup
./psa_client
./psa_client "$@"
wait $SERV_PID