We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8379d commit e8b8a77Copy full SHA for e8b8a77
src/tasks/AppleAppBuilder/Templates/runtime-librarymode.m
@@ -76,6 +76,8 @@ int invoke_netlibrary_entrypoints (void)
76
chdir (bundle);
77
78
int res = invoke_netlibrary_entrypoints ();
79
+ // Print the return code so XHarness can detect it in the logs
80
+ os_log_info (OS_LOG_DEFAULT, EXIT_CODE_TAG ": %d", res);
81
82
exit (res);
83
}
0 commit comments