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

Tweak test for down node

parent f0949d91
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,11 @@ expect {
slow_kill $srun_pid
exit 0
}
-re "Required node not available" {
send_user "\nWARNING: can't test srun task distribution\n"
exec $bin_rm -f $file_in
exit $exit_code
}
-re "Unable to contact" {
send_user "\nFAILURE: slurm appears to be down\n"
exit 1
......
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