From 87d98a128fef631bdc95f37532596aa4b6afddcc Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 10 Dec 2011 11:32:15 +0000 Subject: [PATCH] tests: disable SHM logging, we redirect anyways --- testcases/lib/SocketActivation.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testcases/lib/SocketActivation.pm b/testcases/lib/SocketActivation.pm index da1dda33..36197794 100644 --- a/testcases/lib/SocketActivation.pm +++ b/testcases/lib/SocketActivation.pm @@ -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}; -- 2.39.5