This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55283 preserve stderr on test fail
Change-Id: I157213a2e396212f14fbaac82441011e180fe3a3
mr13.3
Richard Fuchs
8 months ago
parent
198a6053bf
commit
4426cad467
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
perl/NGCP/Rtpengine/AutoTest.pm
+ 2
- 0
perl/NGCP/Rtpengine/AutoTest.pm
View File
@ -325,6 +325,8 @@ sub terminate {
print
"hint: rtpe stdout output is at $rtpe_stdout\n"
;
print
"hint: rtpe stderr output is at $rtpe_stderr\n"
;
print
"last lines:\n"
;
system
(
qw(
tail -n 40
)
,
$
rtpe_stderr
)
;
die
"error: $msg\n"
;
}
Write
Preview
Loading…
Cancel
Save