commit | 98760124b81cfe13497d1784297b3ac56df85c58 | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Tue Jun 11 17:21:15 2024 +0100 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Tue Jun 11 17:21:15 2024 +0100 |
tree | c4a4db14d186e46f78e2939b36f77c1d837c7204 | |
parent | b923b473e7d9ad1ccaefeb9388552c5911ceef90 [diff] [blame] |
Make it possible to pass arguments to PSA sim psa_client Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/tests/psa-client-server/psasim/test/run_test.sh b/tests/psa-client-server/psasim/test/run_test.sh index 31429c8..45a317a 100755 --- a/tests/psa-client-server/psasim/test/run_test.sh +++ b/tests/psa-client-server/psasim/test/run_test.sh
@@ -33,5 +33,5 @@ ./psa_partition -k & SERV_PID=$! wait_for_server_startup -./psa_client +./psa_client "$@" wait $SERV_PID