Re: [Soaplab-users] stderr & stdout
Brought to you by:
marsenger
From: Sebastien M. <Seb...@un...> - 2008-04-18 11:24:33
|
> > Is there a way to redirect stderr to stdout in ACD syntax for Soaplab2 ? > > > No, not really. Theoretically, you can probably use the same way as we > discussed recently about he builtin commands: > > executable: "bash" > comment: 'method -c "let ${greeting} 2>&1"' > > but I have not tried (and I doubt it :-)). > > In fact, both stdout and stderr are, by default, redirected to the > 'report' result if they are not defined as separate ACD outfile > parameters. But the report contains also some added lines by soaplab > itself so it is not purely only stdout and stderr. > > Martin I didn't know that stderr, if not defined, is redirected to the report file. With this, I can get what I expected. Thanks -- Sébastien Moretti SIB, Quartier Sorge - Genopode CH-1015 Lausanne, Switzerland Tel.: +41 (21) 692 4056/4221 |