Skip to content
Snippets Groups Projects
Commit b2467c09 authored by Morris Jette's avatar Morris Jette
Browse files

Merge branch 'slurm-14.11' into slurm-15.08

parents 9306d69f 43f5aef3
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ if {[wait_for_file $file_err] == 0} { ...@@ -115,7 +115,7 @@ if {[wait_for_file $file_err] == 0} {
set timed_out 0 set timed_out 0
spawn cat $file_err spawn cat $file_err
expect { expect {
-re " STEP $job_id.$step_id CANCELLED AT.*DUE TO TIME LIMIT " { -re " STEP $job_id.$step_id ON .* CANCELLED AT.*DUE TO TIME LIMIT " {
set timed_out 1 set timed_out 1
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