From 3a14bb89c2ed5ac85585943a092fad4a909b8d46 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 13 Apr 2016 09:56:17 +1000 Subject: * lib/rsh.exp (rsh_exec): Improve verbose message. * lib/ssh.exp (ssh_exec): Likewise. * config/adb.exp: Likewise. --- ChangeLog | 11 +++++++++++ config/adb.exp | 2 +- lib/rsh.exp | 2 +- lib/ssh.exp | 2 +- 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 + + * lib/rsh.exp (rsh_exec): Improve verbose message. + * lib/ssh.exp (ssh_exec): Likewise. + * config/adb.exp: Likewise. + +2016-04-13 Ben Elliston + + * runtest.exp: Improve --version (-v) output. + * testsuite/runtest.all/options.exp: Update test case. + 2016-04-13 Christophe Lyon * 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 -- cgit v1.1