Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete assert of exitcode in TestManager (#158)
The exitcode isn't guaranteed to be set whenever |result| is |OK|, because the code that sets it (the caller of run_test()) might be skipped on exception. The code after the assert seems to correctly handle the case when |exitcode| is |None|, so this commit just deletes the assert.
- Loading branch information