[PATCH] Prefix shell test output messages with test id

2012-09-06 Thread Jan-Marek Glogowski
This adds the test ID (t) prefix to the test result message of all shell tests. This is especially useful when doing a parallel check run, where it's currently quite hard to identify the actual failing test case. Signed-off-by: Jan-Marek Glogowski glo...@fbihome.de --- t/t-basic.sh

Re: [PATCH] Prefix shell test output messages with test id

2012-09-06 Thread Jan-Marek Glogowski
Am 06.09.2012 14:34, schrieb Thomas Gummerer: On 09/06, Jan-Marek Glogowski wrote: This adds the test ID (t) prefix to the test result message of all shell tests. This is especially useful when doing a parallel check run, where it's currently quite hard to identify the actual failing