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

fix for testing for no active steps

parent 86c384bc
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ set timeout $max_job_delay ...@@ -44,7 +44,7 @@ set timeout $max_job_delay
set matches 0 set matches 0
spawn $srun -N1 $scontrol show slurmd spawn $srun -N1 $scontrol show slurmd
expect { expect {
-re "Active Steps *= $number" { -re "Active Steps *= ($number|NONE)" {
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