[PATCH rt-tests v3 09/33] rt-migrate-test: Initialize rt-util
From: Daniel Wagner <hidden>
Date: 2021-03-20 18:39:35
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Daniel Wagner <hidden>
Date: 2021-03-20 18:39:35
Subsystem:
the rest · Maintainer:
Linus Torvalds
Allow rt-util make a copy of the command line. Signed-off-by: Daniel Wagner <redacted> --- 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