Skip to content
Snippets Groups Projects
Commit f390c645 authored by Veronique Legrand's avatar Veronique Legrand Committed by Morris Jette
Browse files

Return better error message in test

parent 501d0876
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@ expect {
}
}
if {![string compare $node1 ""] || ![string compare $node2 ""]} {
send_user "\nFAILURE: did not get usable hostlist\n"
exit 1
send_user "\nWARNING: Did not find at least 2 idle nodes\n"
exit 0
}
set hostlist "$node1,$node2"
......
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