Allow rt-util make a copy of the command line. Signed-off-by: Daniel Wagner <dwagner@xxxxxxx> --- src/rt-migrate-test/rt-migrate-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rt-migrate-test/rt-migrate-test.c b/src/rt-migrate-test/rt-migrate-test.c index 56b7b66ccdf4..daa876d3e2b2 100644 --- a/src/rt-migrate-test/rt-migrate-test.c +++ b/src/rt-migrate-test/rt-migrate-test.c @@ -535,6 +535,7 @@ int main (int argc, char **argv) struct timespec intv; struct sched_param param; + rt_init(argc, argv); parse_options(argc, argv); signal(SIGINT, stop_log); -- 2.30.2