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

revert last change

parent 9180f397
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|NONE)" { -re "Active Steps *= $number" {
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