Re: [PATCH] tests: Inject test name also when the test fails

2020-06-29 Thread Paolo Bonzini
On 28/06/20 23:30, Havard Skinnemoen wrote: > If a test is unsuccessful, the result is "not ok", which does not match > the regex because it includes a space. > > This regex matches both "ok" and "not ok". > > Signed-off-by: Havard Skinnemoen > --- > tests/Makefile.include | 2 +- > 1 file chan

[PATCH] tests: Inject test name also when the test fails

2020-06-28 Thread Havard Skinnemoen
If a test is unsuccessful, the result is "not ok", which does not match the regex because it includes a space. This regex matches both "ok" and "not ok". Signed-off-by: Havard Skinnemoen --- tests/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefil