The test name is concatenated from a prefix with the test name, but no
space was added so the output looked wrong.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
qapiData.query = qry; \
qapiData.rc = scc; \
qapiData.replyobj = rplobj; \
- if (virTestRun("qapi schema query" nme, testQAPISchemaQuery, &qapiData) < 0)\
+ if (virTestRun("qapi schema query " nme, testQAPISchemaQuery, &qapiData) < 0)\
ret = -1; \
} while (0)
qapiData.query = rootquery; \
qapiData.success = scc; \
qapiData.json = jsonstr; \
- if (virTestRun("qapi schema validate" nme, testQAPISchemaValidate, &qapiData) < 0)\
+ if (virTestRun("qapi schema validate " nme, testQAPISchemaValidate, &qapiData) < 0)\
ret = -1; \
} while (0)