Skip to content

Commit

Permalink
[mono][tests] Make sure to log the exit code for library mode tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpovazan committed Oct 13, 2023
1 parent 1e8379d commit e8b8a77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tasks/AppleAppBuilder/Templates/runtime-librarymode.m
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ int invoke_netlibrary_entrypoints (void)
chdir (bundle);

int res = invoke_netlibrary_entrypoints ();
// Print the return code so XHarness can detect it in the logs
os_log_info (OS_LOG_DEFAULT, EXIT_CODE_TAG ": %d", res);

exit (res);
}

0 comments on commit e8b8a77

Please sign in to comment.