mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
Turn on the runaway loop detector for the test harness.
Definitely don't want any tests hanging.
This commit is contained in:
parent
cc5e0f9957
commit
cb39cfc9ae
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ init_qf (void)
|
|||
pr.load_file = load_file;
|
||||
pr.allocate_progs_mem = allocate_progs_mem;
|
||||
pr.free_progs_mem = free_progs_mem;
|
||||
pr.no_exec_limit = 1;
|
||||
pr.no_exec_limit = 0; // absolutely want a limit!
|
||||
pr.pr_trace = options.trace;
|
||||
|
||||
PR_Init_Cvars ();
|
||||
|
|
Loading…
Reference in a new issue