Re: [Bash-completion-devel] BASH_XTRACEFD and scripts to run tests.

2010-02-20 Thread Crestez Dan Leonard
On Fri, 2010-02-19 at 22:49 +0100, Freddy Vulto wrote: On 100217 19:29, Crestez Dan Leonard wrote: DejaGnu claims to have a powerful configuration system and it's been used in very complex situations. Could anyone point me to a straight-forward way to add an option like this? Maybe you

Re: [Bash-completion-devel] BASH_XTRACEFD and scripts to run tests.

2010-02-20 Thread Freddy Vulto
On 100220 23:08, Crestez Dan Leonard wrote: Anyway; here's what I came up with. I'll commit this later unless there are any objections (like breaking crontabs). +1 (I still need to install bash-4.1, but the more reason now) ___ Bash-completion-devel

Re: [Bash-completion-devel] BASH_XTRACEFD and scripts to run tests.

2010-02-19 Thread Freddy Vulto
On 100217 19:29, Crestez Dan Leonard wrote: DejaGnu claims to have a powerful configuration system and it's been used in very complex situations. Could anyone point me to a straight-forward way to add an option like this? Maybe you can pass the BASH_XTRACEFD via the --tool_opts option of

[Bash-completion-devel] BASH_XTRACEFD and scripts to run tests.

2010-02-17 Thread Crestez Dan Leonard
Hello, I discovered a new feature on bash-4.1: BASH_XTRACEFD. It's a way to redirect set -x output to some other file descriptor, instead of just stderr. This would be very useful when debugging tests, so I want to add some sort of --debug-xtrace option. I don't know how to modify the run