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

recognize that a dependent job can start when the first job

 is either COMPLETED or COMPLETING (which can hang for some time)
parent 930286e9
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ expect {
set job_id2 $expect_out(1,string)
exp_continue
}
-re "JobState=COMPLETED" {
-re "JobState=COMPLETED|COMPLETING" {
set match_state 1
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