mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
testsuite: Run the plain test without any args
Never do nothing.
This commit is contained in:
parent
43373e6350
commit
2aea75f426
@ -339,6 +339,9 @@ main (int argc, char **argv)
|
||||
|
||||
g_option_context_free (context);
|
||||
|
||||
if (!plain && !flip && !rotate && !repeat && !mask && !replay && !clip && !colorflip)
|
||||
plain = TRUE;
|
||||
|
||||
gtk_init ();
|
||||
|
||||
node_file = argv[1];
|
||||
|
Loading…
Reference in New Issue
Block a user