commit | 4cca63a3bdabb2e48b33dbb86a8541fb59ef1f66 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Thu Feb 27 22:01:28 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Fri Mar 07 10:59:06 2014 -0500 |
tree | 344d1af17dfe23815b4b65c7e7313ea24af8c1d5 | |
parent | 0ef16bb5edb2cdebcd1d81490658d8b8c82f78e4 [diff] |
unit-test: clean up evironment after Hush tests Delete the temporary variables that are used to save unit-test results from the environment after running the test. This prevents polluting the environment, or growing it too much. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Simon Glass <sjg@chromium.org>