mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
The PSA sim logs aren't very many lines, so show them during tests
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
@@ -30,8 +30,8 @@ function wait_for_server_startup() {
|
||||
|
||||
clean_run
|
||||
|
||||
./psa_partition -k > psa_partition.log 2>&1 &
|
||||
./psa_partition -k &
|
||||
SERV_PID=$!
|
||||
wait_for_server_startup
|
||||
./psa_client > psa_client.log 2>&1
|
||||
./psa_client
|
||||
wait $SERV_PID
|
||||
|
Reference in New Issue
Block a user