提交 e1e75384 编写于 作者: C Cole Robinson

tests: fix REGENERATE test-wrap-argv.py usage

The path needs to be adjusted for the new script location
Reviewed-by: NJán Tomko <jtomko@redhat.com>
Signed-off-by: NCole Robinson <crobinso@redhat.com>
上级 24cbacfe
......@@ -433,7 +433,7 @@ virTestRewrapFile(const char *filename)
return -1;
}
script = g_strdup_printf("%s/test-wrap-argv.py", abs_srcdir);
script = g_strdup_printf("%s/scripts/test-wrap-argv.py", abs_top_srcdir);
cmd = virCommandNewArgList(python, script, "--in-place", filename, NULL);
if (virCommandRun(cmd, NULL) < 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册