[Bps-public-commit] r12315 - in TAP-Harness-Remote: .
alexmv at bestpractical.com
alexmv at bestpractical.com
Wed May 14 15:27:59 EDT 2008
Author: alexmv
Date: Wed May 14 15:27:57 2008
New Revision: 12315
Modified:
TAP-Harness-Remote/ (props changed)
TAP-Harness-Remote/lib/TAP/Harness/Remote.pm
Log:
r31690 at kohr-ah: chmrr | 2008-05-14 15:22:57 -0400
* Don't hardcode ssh path
Modified: TAP-Harness-Remote/lib/TAP/Harness/Remote.pm
==============================================================================
--- TAP-Harness-Remote/lib/TAP/Harness/Remote.pm (original)
+++ TAP-Harness-Remote/lib/TAP/Harness/Remote.pm Wed May 14 15:27:57 2008
@@ -276,7 +276,7 @@
return unless $self->remote_config("master");
for my $userhost ( keys %{ $self->{ssh_master} || {} } ) {
next unless kill 0, $self->{ssh_master}{$userhost};
- system "/usr/bin/ssh", @{ $self->remote_config("ssh_args") }, "-O",
+ system $self->remote_config("ssh"), @{ $self->remote_config("ssh_args") }, "-O",
"exit", $userhost;
}
}
More information about the Bps-public-commit
mailing list