mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
Pass the remaining args to the executed interactive unit
We only support running one interactive test at a time; everything after the unit name is to be considered an argument to the actual unit.
This commit is contained in:
parent
7d515553e6
commit
e058cd4c5f
@ -195,7 +195,11 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
unit_test_main = func;
|
unit_test_main = func;
|
||||||
|
|
||||||
ret = unit_test_main (argc, argv);
|
ret = unit_test_main (n_unit_names, unit_names);
|
||||||
|
|
||||||
|
g_free (unit_test);
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_free (unit_test);
|
g_free (unit_test);
|
||||||
|
Loading…
Reference in New Issue
Block a user