Skip to content
Snippets Groups Projects
Commit 5cb5cb03 authored by Moe Jette's avatar Moe Jette
Browse files

modify test to not fail if DefMemPerTask is too low

parent 0f8c0a27
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,10 @@ set host_0 ""
set timeout $max_job_delay
set srun_pid [spawn $srun -N$node_cnt -n32 -O -l --threads=32 -t1 $bin_hostname]
expect {
-re "Memory required by task is not available" {
send_user "\nWARNING: DefMemPerTask is configured too high for this test\n"
set host_0 "warn"
}
-re "0: ($alpha_numeric)" {
set host_0 $expect_out(1,string)
exp_continue
......
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