fab-user
[Top][All Lists]
Advanced

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

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


From: Steve Steiner (listsin)
Subject: Re: [Fab-user] Last line of output lost on remot 'ls -la'
Date: Thu, 20 Aug 2009 11:17:16 -0400

This has come up a few times and I think Jeff applied a patch.

Try a git pull version and see if it's fixed.

If not, please let us know as this has been recently worked on.

See ticket: http://code.fabfile.org/issues/show/32

S

On Aug 20, 2009, at 11:09 AM, Sergi wrote:

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




_______________________________________________
Fab-user mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/fab-user





reply via email to

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