##// END OF EJS Templates
fix check for passwordless OpenSSH (fixes #2266)...
fix check for passwordless OpenSSH (fixes #2266) pexpect takes a regular expression, so we want '[Pp]assword:', not '[Ppassword]:'.

File last commit:

r1420:34bafc01
r8173:f9a87d2e
Show More
simplevars.py
2 lines | 22 B | text/x-python | PythonLexer
Fernando Perez
Checkpoint with more tests working....
r1420 x = 1
print 'x is:',x