Run the selenium automation tests from C, so that they all run in once place, and because I get better errors for some reason. Fix more issues along the way.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4847 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2024-02-16 00:47:54 +00:00
parent 08a2436b8f
commit aeb5c6ee25
5 changed files with 82 additions and 14 deletions

View File

@ -1911,10 +1911,10 @@ void tf_task_destroy(tf_task_t* task)
uv_run(&task->_loop, UV_RUN_ONCE);
}
int index = 0;
//int index = 0;
while (uv_loop_close(&task->_loop) != 0)
{
if (index++ > 0)
//if (index++ > 0)
{
tf_printf("--\n");
uv_print_all_handles(&task->_loop, stdout);