[PATCH] test: prepare test-lib.sh for possible test system debug session

2014-09-21 Thread Tomi Ollila
When something in tests fails one possibility to test is to run the test script as `bash -x TXXX-testname.sh`. As stderr (fd 2) was redirected to separate file during test execution also this set -x (xtrace) output would also go there. test-lib.sh saves the stderr to fd 7 from where it can be resto

[PATCH] test/emacs: globally force the html renderer to html2text

2014-09-21 Thread Tomi Ollila
On Sat, Sep 20 2014, David Bremner wrote: > Previously we did this for a single test, but some other proposed > tests ( id:1398105468-14317-3-git-send-email-amdragon at mit.edu ) show > similar breakage when switching renderers. LGTM. Tomi PS: in that file we don't seem to have unified style w

[PATCH] test: prepare test-lib.sh for possible test system debug session

2014-09-21 Thread Tomi Ollila
When something in tests fails one possibility to test is to run the test script as `bash -x TXXX-testname.sh`. As stderr (fd 2) was redirected to separate file during test execution also this set -x (xtrace) output would also go there. test-lib.sh saves the stderr to fd 7 from where it can be resto

Re: [PATCH] test/emacs: globally force the html renderer to html2text

2014-09-21 Thread Tomi Ollila
On Sat, Sep 20 2014, David Bremner wrote: > Previously we did this for a single test, but some other proposed > tests ( id:1398105468-14317-3-git-send-email-amdra...@mit.edu ) show > similar breakage when switching renderers. LGTM. Tomi PS: in that file we don't seem to have unified style with