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

Fix test if "partition" not defined in globals

Use default_partition by default for the test
parent 0c1798ba
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,9 @@ expect {
}
}
if { [string length $partition] == 0 } {
set partition [default_partition]
}
set node_name [ get_idle_node_in_part $partition ]
set cluster_name [ get_cluster_name ]
......
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