fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] Last line of output lost on remot 'ls -la'


From: Sergi
Subject: [Fab-user] Last line of output lost on remot 'ls -la'
Date: Thu, 20 Aug 2009 17:09:08 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Hello,

I've noticed that a call like:

   run('ls -la')

outputs all the result minus the last line.

I thought that maybe my env.shell could be the problem:

   env.shell = '/bin/sh -c'

I have also tried with usual bash env.shell and last line isn't showing.

I also tried to execute two 'run' statements in a row thinking that
maybe it was something with the overall output:

  run('ls -la')
  run('ls -la')

but last line of every 'run' command is omitted.

I am not parsing this kind of output right know but maybe someone has to.

I am using Fabric 0.9b1 version.

Thanks,
regards,
Sergi






reply via email to

[Prev in Thread] Current Thread [Next in Thread]