summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2009-06-19 12:34:30 +0000
committerDaniel Veillard <veillard@redhat.com>2009-06-19 12:34:30 +0000
commit144276aa1a0f58884eb044c15e651c75901327ad (patch)
tree8a3c0b1198d47b4b9f265f6c801fd090ae141526 /tests/conftest.c
parentFix remote socket path for SSH tunnel connections (diff)
downloadlibvirt-144276aa1a0f58884eb044c15e651c75901327ad.tar.gz
libvirt-144276aa1a0f58884eb044c15e651c75901327ad.tar.bz2
libvirt-144276aa1a0f58884eb044c15e651c75901327ad.zip
extend the configuration parser for VMX syntax
* qemud/qemud.c src/conf.c src/conf.h src/qemu_conf.c src/xen_unified.c src/xm_internal.c tests/conftest.c tests/xmconfigtest.c: extend the configuration parser for VMX syntax, patch by Matthias Bolte Daniel
Diffstat (limited to 'tests/conftest.c')
-rw-r--r--tests/conftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.c b/tests/conftest.c
index 14232bdab..d265de225 100644
--- a/tests/conftest.c
+++ b/tests/conftest.c
@@ -18,7 +18,7 @@ int main(int argc, char **argv) {
exit(1);
}
- conf = virConfReadFile(argv[1]);
+ conf = virConfReadFile(argv[1], 0);
if (conf == NULL) {
fprintf(stderr, "Failed to process %s\n", argv[1]);
exit(2);