tests: disable SHM logging, we redirect anyways
This commit is contained in:
parent
0af05710b2
commit
87d98a128f
|
@ -85,7 +85,8 @@ sub activate_i3 {
|
|||
|
||||
# Construct the command to launch i3. Use maximum debug level, disable
|
||||
# the interactive signalhandler to make it crash immediately instead.
|
||||
my $i3cmd = abs_path("../i3") . " -V -d all --disable-signalhandler";
|
||||
# Also disable logging to SHM since we want to redirect the logs anyways.
|
||||
my $i3cmd = abs_path("../i3") . " -V -d all --disable-signalhandler --shmlog-size=0";
|
||||
|
||||
# For convenience:
|
||||
my $outdir = $args{outdir};
|
||||
|
|
Loading…
Reference in New Issue