From a6275c6e45c9cc2fbb32b280c5775be7a25b7463 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Fri, 25 Apr 2014 15:32:00 -0700
Subject: [PATCH] Fixed tests to let us know when/if they fail

---
 testsuite/expect/inc21.30.5 | 2 +-
 testsuite/expect/inc21.30.6 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/expect/inc21.30.5 b/testsuite/expect/inc21.30.5
index 2a4187c6a26..ffc0ec3adeb 100644
--- a/testsuite/expect/inc21.30.5
+++ b/testsuite/expect/inc21.30.5
@@ -28,7 +28,7 @@
 # Test MaxCpus limits
 proc inc21_30_5 {} {
 
-	global salloc acct number srun bin_sleep maxcpu_num
+	global salloc acct number srun bin_sleep maxcpu_num exit_code
 
 	send_user "\nStarting MaxCPUs limit test (Within: inc21.30.5)\n\n"
 	set job_id1 0
diff --git a/testsuite/expect/inc21.30.6 b/testsuite/expect/inc21.30.6
index 1fb093182d7..2bb4438a0eb 100644
--- a/testsuite/expect/inc21.30.6
+++ b/testsuite/expect/inc21.30.6
@@ -28,7 +28,7 @@
 # Test MaxNode limit
 proc inc21_30_6 {} {
 
-	global salloc acct number srun job_id1 bin_sleep maxnode_num
+	global salloc acct number srun job_id1 bin_sleep maxnode_num exit_code
 
 	send_user "\nStarting MaxNode limit test (Within: inc21.30.6)\n\n"
 	set job_id1 0
-- 
GitLab