Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Recover global state after test_util.py (#5824)
In test_util.py, a program exit is simulated to test that the error throwing behaviour is accurate. Unforunately, this also deletes necessary global state and so all subsequent tests that run and use tempdir throw the same error. This patch is a simple fix to restore the global state at the end of the test. Change-Id: I62fef46167e47f6af43271e2ce1db30f54857647
- Loading branch information