commit | eebd1b58d05aa3719aa23be3e4a5c1424b26ff11 | [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 | 9a04a858ebb711767f368c5a752928ffc36ed4de [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>