summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-self-test.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-10-23 13:38:48 +0100
committerRichard Hughes <richard@hughsie.com>2014-10-23 13:38:48 +0100
commitf8bf1b684f0a18ab8d9c169dc405e9bd2c9f9221 (patch)
tree29323eb20d3a5f913aa690205414b82a20305d1f /libappstream-builder/asb-self-test.c
parent5e68427999c5d130add1c3f96704a591ad0f9199 (diff)
downloadappstream-glib-f8bf1b684f0a18ab8d9c169dc405e9bd2c9f9221.tar.gz
Add --veto-ignore to appstream-builder
This allows supression of vetos that would otherwise blacklist an application.
Diffstat (limited to 'libappstream-builder/asb-self-test.c')
-rw-r--r--libappstream-builder/asb-self-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-builder/asb-self-test.c b/libappstream-builder/asb-self-test.c
index d6fbfe8..d2bf0b7 100644
--- a/libappstream-builder/asb-self-test.c
+++ b/libappstream-builder/asb-self-test.c
@@ -338,7 +338,7 @@ asb_test_context_test_func (AsbTestContextMode mode)
}
/* run the plugins */
- ret = asb_context_process (ctx, &error);
+ ret = asb_context_process (ctx, AS_CONTEXT_PARSE_FLAG_NONE, &error);
g_assert_no_error (error);
g_assert (ret);