]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Disable Ctrl-C
authorSimon Glass <sjg@chromium.org>
Sun, 14 Sep 2014 18:40:15 +0000 (12:40 -0600)
committerTom Rini <trini@ti.com>
Wed, 24 Sep 2014 22:30:28 +0000 (18:30 -0400)
commit8969ea3e9f2db04a6b36758972b708837786a5a5
tree46d33fb323e71e7f2dd2391dc00b35dde05a0366
parentb84505210367d152a456a2adeba90e13626ad104
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>
common/console.c