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

expect majic to make expect see the correct output

parent 8ebfabc9
No related branches found
No related tags found
No related merge requests found
...@@ -85,13 +85,13 @@ expect { ...@@ -85,13 +85,13 @@ expect {
exec $bin_kill -INT $srun_pid exec $bin_kill -INT $srun_pid
exp_continue exp_continue
} }
-re "srun: interrupt" { -re "srun: task0: running" {
incr matches incr matches
cancel_job $job_id
exp_continue exp_continue
} }
-re "srun: task0: running" { -re "srun: interrupt" {
incr matches incr matches
cancel_job $job_id
exp_continue exp_continue
} }
timeout { timeout {
......
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