Finish renaming job tree to job group

Some "tree" terminology was still there.
This commit is contained in:
ridiculousfish
2020-07-11 17:05:42 -07:00
parent 765c48afa4
commit 2e5222ffe8
3 changed files with 20 additions and 19 deletions

View File

@@ -1332,7 +1332,7 @@ end_execution_reason_t parse_execution_context_t::run_1_job(const ast::job_t &jo
// Clean up the job on failure or cancellation.
if (pop_result == end_execution_reason_t::ok) {
// Set the pgroup assignment mode and job group, now that the job is populated.
job_group_t::populate_tree_for_job(job.get(), ctx.job_group);
job_group_t::populate_group_for_job(job.get(), ctx.job_group);
assert(job->group && "Should have a job group");
// Success. Give the job to the parser - it will clean it up.