You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function was only called from `tests/test_benchmark.py` and it had
no purpose. These tests the tests in general (including the
benchmarker) always run emcc as a separate process. Calling this fuction
doesn't effect past of future calls to emcc.
This also allowed me to completely remove the cleanup method from
`tests/test_benchmark.py` since I notices the environment overrides were
already invjected by `env=` paramaeters to the emcc subprocess. This
meant that overriding the current process environment was not needed.
0 commit comments