commit | 8969ea3e9f2db04a6b36758972b708837786a5a5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 14 12:40:15 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Wed Sep 24 18:30:28 2014 -0400 |
tree | 46d33fb323e71e7f2dd2391dc00b35dde05a0366 | |
parent | b84505210367d152a456a2adeba90e13626ad104 [diff] |
sandbox: Disable Ctrl-C This is not supported properly on sandbox, and interferes with running tests, since when a test script is piped in, some commands will call ctrlc() which will drop characters from the test script. Signed-off-by: Simon Glass <sjg@chromium.org>