aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-04-21 09:47:07 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-04-21 14:45:19 +0200
commitbbbbecaf277719dc146bfa42e6bfc0f6db6b49db (patch)
tree2af96068eee622a9ccc6d9ea10c0b854cf2a8b6f
parent780abcb5c0ec7fdc94ced7b71ecf16b276075ad1 (diff)
[bug 2041] use -t ssh option
Using '-tt' has been causing random results on several tests. Switching to '-t' gives reliable results. Change-Id: Ica98cfbeadc412de8f0f0f3f269b9b790f7e11ea
-rw-r--r--config/boards/tcwg-common.exp6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/boards/tcwg-common.exp b/config/boards/tcwg-common.exp
index 7fd3e576..b9594657 100644
--- a/config/boards/tcwg-common.exp
+++ b/config/boards/tcwg-common.exp
@@ -4,8 +4,10 @@ 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"
+# force pseudo-tty allocation.
+# See bug #2041. Note that "-tt" caused random results for some of the
+# tests.
+set_board_info rsh_opts "-t"
# Compilation timeout 10min
set_board_info gcc,timeout 600