Skip to content
Commit 707d8228 authored by Johnny Chen's avatar Johnny Chen
Browse files

Restoring the original setting should be done more robustly by adding a hook function

to be run during tearDown() to effect the restore action instead of executing it inline
during the test method, because the test may already fail and bailout before the inline
restore action.

Fix test_set_output_path() and pass_run_args_and_env_vars() to use this mechanism.

llvm-svn: 116881
parent 3ee5cbde
Loading
Loading
Loading
Loading
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