Commit 37706d6e authored by Boris Djalal's avatar Boris Djalal

Adding debug print.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 28400c4e
......@@ -668,6 +668,9 @@ class SSHConnection():
self.command('cd ../..', '\$', 5)
doLoop = True
loopCounter = 10
print('current directory: ' + os.getcwd())
self.command('pwd', '\$', 4)
print('self.command pwd: ' + str(self.ssh.before))
while (doLoop):
loopCounter = loopCounter - 1
if (loopCounter == 0):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment