tests: disable SHM logging, we redirect anyways

This commit is contained in:
Michael Stapelberg 2011-12-10 11:32:15 +00:00
parent 0af05710b2
commit 87d98a128f
1 changed files with 2 additions and 1 deletions

View File

@ -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};