]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/parser-test.c
discover: Add configuration methods
[petitboot] / test / parser / parser-test.c
index 33b411b2e4dbe1e29f055526e66d3ad9ee8f8a15..bf4ac6c80ac786403528c403fd951bbcb7712851 100644 (file)
@@ -110,7 +110,7 @@ int main(int argc, char **argv)
                                                        argv[1], argv[2]);
        ctx->device->device->id = talloc_strdup(ctx->device->device, argv[2]);
 
-       iterate_parsers(ctx);
+       iterate_parsers(ctx, CONF_METHOD_LOCAL_FILE);
 
        pb_log("--- end ---\n");