]> git.sur5r.net Git - i3/i3/commitdiff
tests: disable SHM logging, we redirect anyways
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 10 Dec 2011 11:32:15 +0000 (11:32 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 10 Dec 2011 11:32:15 +0000 (11:32 +0000)
testcases/lib/SocketActivation.pm

index da1dda33b3eb2db5a7dfe9e74e9b8d8a6e0af665..361977940e33c6f0c7a7279607914579e9fdc259 100644 (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};