disable sighandler for testsuite runs

This commit is contained in:
Michael Stapelberg 2011-01-28 00:48:22 +01:00
parent 5b6ef3e665
commit 0e8fdab302
1 changed files with 1 additions and 1 deletions

View File

@ -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();