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

Fix bad test syntax in failure handling

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