mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-15 23:42:41 +00: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:
parent
54b4ccdbf8
commit
a4952f9450
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user