aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.exp
AgeCommit message (Collapse)AuthorFilesLines
2024-09-03Update most license notices to refer to WWW addressJacob Bachmeyer1-4/+3
The old GPL notice previously used in DejaGnu contained instructions to write to the FSF to request a copy of the GPL. Unfortunately, the FSF office has moved, and the FSF now recommends citing a URL as a more stable address from which users can obtain a copy of the GPL if needed. This patch was automated.
2020-06-15Combine remote stderr into remote stdoutChristophe Lyon1-1/+1
* lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote machine, to avoid race conditions.
2020-06-15Keep trailing newline in remote execution outputYvan Roux1-3/+0
* lib/rsh.exp (rsh_exec): Don't remove trailing newline. * lib/ssh.exp (rsh_exec): Likewise.
2020-05-15Update Copyright datesRob Savoye1-1/+1
2018-12-08 * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,Ben Elliston1-2/+2
lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp, lib/framework.exp, lib/dg.exp, lib/dejagnu.exp, config/vxworks.exp, config/unix.exp, config/sim.exp, config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp, baseboards/multi-sim.exp, baseboards/cris-sim.exp, baseboards/basic-sim.exp, baseboards/basic-sid.exp, baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp, testsuite/libdejagnu/tunit.exp: Replace empty string comparisons using == and != with 'eq' and 'ne'.
2018-11-11 * lib/ssh.exp: Clean up whitespace.Jacob Bachmeyer1-1/+1
* lib/remote.exp: Clean up whitespace. (remote_expect): Change literal tab to "\t" in regexp. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-15 * lib/ssh.exp (ssh_exec): Handle regexp return status.Ben Elliston1-1/+3
2016-04-13 * lib/rsh.exp (rsh_exec): Improve verbose message.Ben Elliston1-1/+1
* lib/ssh.exp (ssh_exec): Likewise.
2016-04-13 * lib/rsh.exp (rsh_exec): Improve verbose message.Ben Elliston1-1/+1
* lib/ssh.exp (ssh_exec): Likewise. * config/adb.exp: Likewise.
2016-03-31 * lib/ssh.exp: New.Rob Savoye1-0/+242
* NEWS: Update. Signed-off-by: Ben Elliston <bje@gnu.org>