commit | 9ce8b40206f4f96de6164c2a0c0a725c9323c4b9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 08 23:47:50 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:27:51 2015 -0700 |
tree | 97b5a359149976a31ca4e5b273ea945dd62280b1 | |
parent | 61b4d3558e9236ee9554a0da65f8ce139cbd3560 [diff] |
test: Record and silence console in tests When running sandbox tests, silence the console to avoid unwanted output. Also, record the console in case tests want to check it. The -v option can be used to enable stdout during tests. Signed-off-by: Simon Glass <sjg@chromium.org>