mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 10:45:44 +01:00
Merge pull request #3229 from gabor-mezei-arm/development
Fix spurious message about outcome file when running all.sh
This commit is contained in:
commit
dd2feead99
@ -551,7 +551,7 @@ int execute_tests( int argc , const char ** argv )
|
||||
return( 1 );
|
||||
}
|
||||
|
||||
if( outcome_file_name != NULL )
|
||||
if( outcome_file_name != NULL && *outcome_file_name != '\0' )
|
||||
{
|
||||
outcome_file = fopen( outcome_file_name, "a" );
|
||||
if( outcome_file == NULL )
|
||||
|
Loading…
Reference in New Issue
Block a user