Skip to content

Commit 126dd7e

Browse files
s1113950moreati
authored andcommitted
don't run sshpass install through run
(cherry picked from commit 86e63fd)
1 parent 835f7d7 commit 126dd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/localhost_ansible_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# NOTE: sshpass v1.06 causes errors so pegging to 1.05 -> "msg": "Error when changing password","out": "passwd: DS error: eDSAuthFailed\n",
2525
# there's a checksum error with "brew install http://git.io/sshpass.rb" though, so installing manually
2626
if not ci_lib.exists_in_path('sshpass'):
27-
run("curl -O -L https://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz && \
27+
os.system("curl -O -L https://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz && \
2828
tar xvf sshpass-1.05.tar.gz && \
2929
cd sshpass-1.05 && \
3030
./configure && \

0 commit comments

Comments
 (0)