Skip to content
Snippets Groups Projects
Commit f2deeacd authored by Danny Auble's avatar Danny Auble
Browse files

fix for test25.1 to work correctly

parent 28e0984d
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ proc def_node_cnt { } { ...@@ -62,7 +62,7 @@ proc def_node_cnt { } {
set node_cnt 1 set node_cnt 1
spawn $sinfo -h -o "name=%P node_cnt=%D" -p $partition spawn $sinfo -h -o "name=%P node_cnt=%D" -p $partition
expect { expect {
-re "name=($alpha_numeric_under) node_cnt=($number)(k?)" { -re "name=($alpha_numeric_under) node_cnt=($number)(K?)" {
set node_cnt $expect_out(2,string) set node_cnt $expect_out(2,string)
if {[string compare $expect_out(3,string) ""]} { if {[string compare $expect_out(3,string) ""]} {
set node_cnt [expr $node_cnt * 1024] set node_cnt [expr $node_cnt * 1024]
......
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