tests: launch_with_config: use socket activation

This commit is contained in:
Michael Stapelberg
2011-10-04 23:33:38 +01:00
parent bf33c8d7c9
commit 8d9b4c3c04
2 changed files with 18 additions and 10 deletions

View File

@ -188,7 +188,7 @@ sub take_job {
my $output;
my $parser = TAP::Parser->new({
exec => [ 'sh', '-c', qq|DISPLAY=$display LOGPATH="$logpath" /usr/bin/perl -It/lib $test| ],
exec => [ 'sh', '-c', qq|DISPLAY=$display LOGPATH="$logpath" /usr/bin/perl -It/lib -Ilib $test| ],
spool => IO::Scalar->new(\$output),
merge => 1,
});