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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue