Skip to content
Snippets Groups Projects
Commit e13d6f75 authored by Morris Jette's avatar Morris Jette
Browse files

Fix for invalid variable name in test

parent 60c67e82
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ expect {
}
proc cleanup { } {
global acct acct_c1 acct_c2 qos
global acct acct_c1 acct_c2 exit_code qos
remove_acct "" "$acct,$acct_c1,$acct_c2"
if {[remove_qos "$qos"] != 0} {
send_user "\nWARNING: not authorized to perform this test\n"
......@@ -155,6 +155,7 @@ proc add_child {parent child maxnode grpnode} {
cleanup
# Setup
set partition [default_partition]
set node_cnt [available_nodes $partition "idle,alloc,comp"]
if {$node_cnt < 3} {
send_user "\nWARNING: partition $partition has too few nodes ($node_cnt < 3)\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