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

Bad logic clearing exit code

If tests in inc21.30.1 failed, the exit_code was getting cleared
so the test21.30 as a whole never recognized the failure.
parent ad3b77c2
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,4 @@ proc inc21_30_1 {} {
# Cancels remaining jobs
cancel_job $job_id1
cancel_job $job_id2
set exit_code 0
}
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