Skip to content

Commit 09bfb44

Browse files
committed
Debug.
1 parent 0edd6cf commit 09bfb44

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

tests/basic_versions/basic_versions1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ __beforeexit_cleanup()
2222
fi
2323
}
2424

25+
set -x
26+
2527
truncate -s 0 ${BV_LOGFILE}
2628
for socket in ${RTPP_TEST_SOCKETS}
2729
do

tests/functions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ fi
224224
SED="sed ${SED_ARGS}"
225225

226226
rtpproxy_start() {
227+
set -x
227228
local IFS=
228229
tempfoo="`basename $0`.XXXXX"
229230
TMP_PIDFILE=`${MKTEMP_CMD} -t ${tempfoo}` || return 1
@@ -239,6 +240,7 @@ rtpproxy_start() {
239240
2>${TMP_LOGFILE}
240241
fi
241242
RC=${?}
243+
set +x
242244
if [ ${RC} -ne 0 ]
243245
then
244246
if [ -s "${TMP_LOGFILE}" ]

0 commit comments

Comments
 (0)