aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Baylis <charles.baylis@linaro.org>2016-02-17 13:44:14 +0000
committerCharles Baylis <charles.baylis@linaro.org>2016-03-01 13:29:52 +0000
commitf03bface90aa7f9faff1cd88bf8e82399b6c0af2 (patch)
treed8aa90b4586859ad55fe1679d5590d14bfcdf21d
parentfb81d31e3cb8fba013663c42189d37e24a5146ab (diff)
[bug 2041] add -tt to ssh options
various tests may change behaviour when not run under a pty, so use ssh -tt to ensure a pty is allocated. Change-Id: I40572f797ee89f9ef79751f2237a2e1062404bfe
-rw-r--r--config/boards/tcwg-common.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/boards/tcwg-common.exp b/config/boards/tcwg-common.exp
index e957390a..8dbb703e 100644
--- a/config/boards/tcwg-common.exp
+++ b/config/boards/tcwg-common.exp
@@ -4,6 +4,9 @@ load_generic_config schroot-ssh
set_board_info rsh_prog /usr/bin/ssh
set_board_info rcp_prog /usr/bin/scp
+# force pseudo-tty allocation
+set_board_info rsh_opts "-tt"
+
# Compilation timeout 3min
set_board_info gcc,timeout 180
# Execution timeout 3min