diff --git a/testsuite/expect/globals b/testsuite/expect/globals index 7b86aad1bb35b581e9bfdafddd7968dc2d0db6a8..264ef42e524205a0f8b3d66769a663ed0d05050e 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" +}