Skip to content
Snippets Groups Projects
Commit 11e18dde authored by Joseph P. Donaghy's avatar Joseph P. Donaghy
Browse files

Add proc to print test success.

parent 3d18100e
No related branches found
No related tags found
No related merge requests found
...@@ -1912,3 +1912,19 @@ proc get_node_cnt { } { ...@@ -1912,3 +1912,19 @@ proc get_node_cnt { } {
return $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"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment