Skip to content

Commit

Permalink
log with FAIL for script to pickup failure in test_elf_loader.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ravyu-jump committed May 29, 2024
1 parent f9e9c11 commit 15db609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/flamenco/runtime/tests/test_elf_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ run_test( char const * path ) {
/* Compare effects */
diff = diff_effects( &fixture->output, output );
if( diff ) {
FD_LOG_WARNING(( "Effects differ for fixture %s", path ));
/* Need "FAIL" for run_test_vectors script to pickup failure */
FD_LOG_WARNING(( "FAIL: Elf loader effects differ for fixture %s", path ));
}

} while(0);
Expand Down

0 comments on commit 15db609

Please sign in to comment.