Skip to content
Snippets Groups Projects
Commit bf5c30c9 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

bug 1419:

Remove debug lines in case running without log4cplus/cxx
parent a9327827
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,9 @@ echo "status=$?"
cat tstartdproc_tmp.out3
# Print log file without lines containing directory path and pids.
# Outcomment lines with kill which contain pids.
# Remove other lines containing Kill because some systems print them, some don't.
sed -e "s%$curdir%%g" -e 's/pid=[0-9]*/pid=nn/' -e 's/kill -9 .*/kill -9 /' tstartdproc_tmp.log3a
# Remove other lines containing Killed because some systems print them, some don't.
# Also remove lines containing debug which are written when not using log4cplus/cxx.
sed -e "s%$curdir%%g" -e 's/pid=[0-9]*/pid=nn/' -e 's/kill -9 .*/kill -9 /' tstartdproc_tmp.log3a | grep -i -v "debug"
for i in 0 1 2
do
sed -e "s%$curdir%%g" tstartdproc_tmp.log3b-$i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment