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

Modify test of #SLURM batch option processes for srun code updates.

parent b2b0a081
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ exec $bin_chmod 700 $file_in ...@@ -59,7 +59,7 @@ exec $bin_chmod 700 $file_in
set timeout $max_job_delay set timeout $max_job_delay
spawn $srun -o $file_out -b $file_in spawn $srun -o $file_out -b $file_in
expect { expect {
-re "More nodes requested than permitted" { -re "More .* requested than permitted" {
send_user "This error was expected, no worries\n\n" send_user "This error was expected, no worries\n\n"
incr matches incr matches
exp_continue 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