aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--config/adb.exp2
-rw-r--r--lib/rsh.exp2
-rw-r--r--lib/ssh.exp2
4 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e8070a..72656c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2016-04-13 Ben Elliston <bje@gnu.org>
+
+ * lib/rsh.exp (rsh_exec): Improve verbose message.
+ * lib/ssh.exp (ssh_exec): Likewise.
+ * config/adb.exp: Likewise.
+
+2016-04-13 Ben Elliston <bje@gnu.org>
+
+ * runtest.exp: Improve --version (-v) output.
+ * testsuite/runtest.all/options.exp: Update test case.
+
2016-04-13 Christophe Lyon <christophe.lyon@linaro.org>
* lib/rsh.exp (rsh_exec): Handle regexp return status.
diff --git a/config/adb.exp b/config/adb.exp
index 4326fa4..7c4f694 100644
--- a/config/adb.exp
+++ b/config/adb.exp
@@ -163,7 +163,7 @@ proc adb_exec { boardname cmd args } {
set inp "/dev/null"
}
- verbose "Executing $boardname:$cmd $pargs < $inp "
+ verbose "Executing on $boardname:$cmd $pargs < $inp "
# Execute commands only from temporary folder, therefore do "cd" first
global android_tmp_dir
diff --git a/lib/rsh.exp b/lib/rsh.exp
index 6446db2..c4d2afa 100644
--- a/lib/rsh.exp
+++ b/lib/rsh.exp
@@ -226,7 +226,7 @@ proc rsh_upload {desthost srcfile destfile} {
proc rsh_exec { boardname program pargs inp outp } {
global timeout
- verbose "Executing $boardname:$program $pargs < $inp"
+ verbose "Executing on $boardname:$program $pargs < $inp"
if {![board_info $boardname exists rsh_prog]} {
if { [which remsh] != 0 } {
diff --git a/lib/ssh.exp b/lib/ssh.exp
index 5b63fa8..0241acf 100644
--- a/lib/ssh.exp
+++ b/lib/ssh.exp
@@ -128,7 +128,7 @@ proc ssh_exec { boardname program pargs inp outp } {
set name ""
set hostname ""
- verbose "Executing $boardname:$program $pargs"
+ verbose "Executing on $boardname:$program $pargs"
if {![board_info $boardname exists ssh_prog]} {
set SSH ssh