mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix gschema-compile tests for --schema-files changes
This commit is contained in:
parent
1c2aea7854
commit
e63a1a3d6e
@ -23,7 +23,7 @@ test_schema (gpointer data)
|
|||||||
gchar *argv[] = {
|
gchar *argv[] = {
|
||||||
"../gschema-compile",
|
"../gschema-compile",
|
||||||
"--dry-run",
|
"--dry-run",
|
||||||
"--one-schema-file", path,
|
"--schema-files", path,
|
||||||
(gchar *)test->opt,
|
(gchar *)test->opt,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user