build radbin for torture

This commit is contained in:
Nikita Smith
2026-02-23 11:54:37 -08:00
parent 6e1816a01c
commit 2df9a155c6
2 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -87,8 +87,7 @@ t_run(T_Run run)
{
T_RunCtx ctx = {0};
ctx.run = run;
//os_safe_call(t_run_caller, t_run_fail_handler, &ctx);
t_run_caller(&ctx);
os_safe_call(t_run_caller, t_run_fail_handler, &ctx);
return ctx.result;
}