Browse Source

TT#14008 use G_SLICE=debug-blocks in tests

Change-Id: I235ed0b4a13e7c496786d20decf4fe3ef25fc704
pull/1093/head
Richard Fuchs 5 years ago
parent
commit
e4c17022c8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      perl/NGCP/Rtpengine/AutoTest.pm

+ 1
- 0
perl/NGCP/Rtpengine/AutoTest.pm View File

@ -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