提交 203e802d 编写于 作者: P Peter Krempa

qemumonitorjsontest: Space out test name concatenation

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: NPeter Krempa <pkrempa@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 6746136a
......@@ -3272,7 +3272,7 @@ mymain(void)
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)
......@@ -3304,7 +3304,7 @@ mymain(void)
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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册