From 11e18dde93af86ff9a6e84a05d3f71bb4fe824ad Mon Sep 17 00:00:00 2001
From: "Joseph P. Donaghy" <donaghy1@llnl.gov>
Date: Wed, 10 Nov 2010 17:04:19 +0000
Subject: [PATCH] Add proc to print test success.

---
 testsuite/expect/globals | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/testsuite/expect/globals b/testsuite/expect/globals
index 7b86aad1bb3..264ef42e524 100755
--- a/testsuite/expect/globals
+++ b/testsuite/expect/globals
@@ -1912,3 +1912,19 @@ proc get_node_cnt { } {
 
 	return $node_cnt
 }
+
+################################################################
+#
+# Proc: print_success
+#
+# Purpose:  Print success with test ID
+#
+# Input: test_id   -- The SLURM regression test ID.
+#
+################################################################
+
+proc print_success { test_id } {
+
+	send_user "\n"
+	send_user "SUCCESS: test$test_id\n"
+}
-- 
GitLab