mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix PSA tests
The test framework has changed, but it did not cause any merge conflicts. Still it affected new code in the tests.
This commit is contained in:
@ -374,7 +374,7 @@ int execute_tests( int args, const char ** argv )
|
||||
while ( 1 )
|
||||
{
|
||||
ret = 0;
|
||||
test_info.failed = 0;
|
||||
test_info.result = TEST_RESULT_SUCCESS;
|
||||
data_len = 0;
|
||||
|
||||
data = receive_data( &data_len );
|
||||
@ -432,7 +432,7 @@ int execute_tests( int args, const char ** argv )
|
||||
if ( ret )
|
||||
send_failure( ret );
|
||||
else
|
||||
send_status( test_info.failed );
|
||||
send_status( test_info.result );
|
||||
}
|
||||
return( 0 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user