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

Prevent vestigial job on test failure

parent 623bd0fd
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,8 @@ if {$job_id == 0} {
# Wait for job to complete
#
if {[wait_for_job $job_id "DONE"] != 0} {
send_user "\nFAILURE: waiting for job to complete\n"
send_user "\nFAILURE: waiting for job $job_id to complete\n"
cancel_job $job_id
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