]> git.sur5r.net Git - i3/i3/commitdiff
disable sighandler for testsuite runs
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Jan 2011 23:48:22 +0000 (00:48 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Jan 2011 23:48:22 +0000 (00:48 +0100)
testcases/complete-run.pl

index aeacc284bb9d914a3d4c26fa566e2748141101f9..bae34ac4a09785401e5f7bc288fd4ec541d2da11 100755 (executable)
@@ -12,7 +12,7 @@ use TAP::Harness;
 use TAP::Parser::Aggregator;
 use File::Basename qw(basename);
 
-my $i3cmd = "export DISPLAY=:0; exec " . abs_path("../i3") . " -V -d all -c " . abs_path("../i3.config");
+my $i3cmd = "export DISPLAY=:0; exec " . abs_path("../i3") . " -V -d all --disable-sighandler -c " . abs_path("../i3.config");
 
 # 1: get a list of all testcases
 my $curdir = getcwd();