From cc998aad66456d6ba5927eddfb4260e6869e016e Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Wed, 9 Dec 2015 14:50:04 -0800 Subject: [PATCH] Fix for uninitialized variable in test. --- testsuite/expect/inc3.11.9 | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/expect/inc3.11.9 b/testsuite/expect/inc3.11.9 index 8b04f83da10..2c7baa41a2e 100644 --- a/testsuite/expect/inc3.11.9 +++ b/testsuite/expect/inc3.11.9 @@ -57,6 +57,7 @@ proc inc3_11_9 {} { set core_res_num [ expr $cores_per_node / 2 ] set thread_res_num [ expr $core_res_num * $res_thread_cnt ] + set job_id 0 # Submit a batch job using half the threads on the nodes set sbatch_pid [spawn $sbatch -w$nodes --time=10:00 --ntasks-per-node=$thread_res_num --output=/dev/null $file_in] -- GitLab