From 9f666d5f82fa0ec646f2a9ab17e2360f6c34ecab Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 9 Jun 2006 18:25:59 +0000 Subject: [PATCH] svn merge -r8370:8374 https://eris/svn/slurm/branches/slurm-1.1 --- NEWS | 2 +- testsuite/expect/test7.3.prog.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 85812964b05..388c96cd6ed 100644 --- a/NEWS +++ b/NEWS @@ -1722,5 +1722,5 @@ documents those changes that are of interest to users and admins. -- Fixed reattach bug when tasks have exited. -- Change directory to /tmp in slurmd if daemonizing. -- Logfiles are reopened on reconfigure. - + $Id$ diff --git a/testsuite/expect/test7.3.prog.c b/testsuite/expect/test7.3.prog.c index 7cccb8cb2cf..ae62c99ad40 100644 --- a/testsuite/expect/test7.3.prog.c +++ b/testsuite/expect/test7.3.prog.c @@ -70,6 +70,7 @@ int main (int argc, char *argv[]) job_req.min_nodes = min_nodes; job_req.max_nodes = max_nodes; job_req.user_id = getuid(); + job_req.group_id = getgid(); if (slurm_allocate_resources(&job_req, &job_resp)) { slurm_perror ("slurm_allocate_resources"); exit(0); -- GitLab