From 588bee10dea3fad1c0eef417298daeda1746634d Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 7 May 2014 16:26:25 +0300 Subject: compositor: add --no-config command line option Useful for unit tests. If Weston finds a weston.ini during unit tests, it will load it and all the modules it asks for. We need a way to prevent loading arbitrary modules from the command line. Signed-off-by: Pekka Paalanen --- man/weston.man | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man/weston.man') diff --git a/man/weston.man b/man/weston.man index fd1c7a51..735235f5 100644 --- a/man/weston.man +++ b/man/weston.man @@ -130,6 +130,12 @@ suite. The file is searched for in .IR "__weston_modules_dir__" , or you can pass an absolute path. .TP +.BR \-\-no-config +Do not read +.I weston.ini +for the compositor. Avoids e.g. loading compositor modules via the +configuration file, which is useful for unit tests. +.TP \fB\-\^S\fR\fIname\fR, \fB\-\-socket\fR=\fIname\fR Weston will listen in the Wayland socket called .IR name . -- cgit v1.2.3