TT#14008 use G_SLICE=debug-blocks in tests

Change-Id: I235ed0b4a13e7c496786d20decf4fe3ef25fc704
pull/1093/head
Richard Fuchs 5 years ago
parent 4c773366f3
commit e4c17022c8

@ -46,6 +46,7 @@ sub autotest_start {
$rtpe_stderr = File::Temp::tempfile() or die;
SKIP: {
skip 'daemon is running externally', 1 if $ENV{RTPE_TEST_NO_LAUNCH};
local $ENV{GLIB_SLICE} = 'debug-blocks';
$rtpe_pid = open3(undef, '>&'.fileno($rtpe_stdout), '>&'.fileno($rtpe_stderr),
$ENV{RTPE_BIN}, @cmdline);
ok $rtpe_pid, 'daemon launched in background';

Loading…
Cancel
Save