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

avoid leaving running job on test completion

parent b3d07a46
No related branches found
No related tags found
No related merge requests found
...@@ -147,6 +147,7 @@ expect { ...@@ -147,6 +147,7 @@ expect {
wait wait
} }
} }
cancel_job $job_id
if {$matches != 2} { if {$matches != 2} {
send_user "\nFAILURE: srun failed to properly process SIGINT\n" send_user "\nFAILURE: srun failed to properly process SIGINT\n"
set exit_code 1 set exit_code 1
......
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