Re: [libvirt] [PATCH 1/5] virjsontest: store name in testInfo

2018-08-31 Thread Daniel P . Berrangé
On Tue, Aug 28, 2018 at 12:22:51PM +0200, Ján Tomko wrote: > Give the testing function access to the test name instead of only > passing it to virTestRun. > > Signed-off-by: Ján Tomko > --- > tests/virjsontest.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Daniel P. Be

[libvirt] [PATCH 1/5] virjsontest: store name in testInfo

2018-08-28 Thread Ján Tomko
Give the testing function access to the test name instead of only passing it to virTestRun. Signed-off-by: Ján Tomko --- tests/virjsontest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/virjsontest.c b/tests/virjsontest.c index d42413d11d..779bf441bd 100644 --- a/t