MT#7109 fix last commit

mr3.3.1
Victor Seva 12 years ago
parent 2d366116dd
commit 75bd40d1a2

@ -72,7 +72,7 @@ mkdir -p ${MLOG_DIR}
echo "$(date) - Initial mem stats"
VERSION="${PROFILE}_$(cat /etc/ngcp_version | cut -f1 -d' ')_"
${BIN_DIR}/mem_stats.py --private_file=${MLOG_DIR}/${VERSION}initial_pvm.cvs \
--share_file=${MLOG_DIR}/initial_shm.cvs
--share_file=${MLOG_DIR}/${VERSION}initial_shm.cvs
for t in $(find ${BASE_DIR}/scenarios/ -depth -maxdepth 1 -mindepth 1 -type d | grep -v templates | sort); do
echo "$(date) - Run[${PROFILE}]: $(basename $t) ================================================="
@ -85,7 +85,7 @@ done
echo "$(date) - Final mem stats"
${BIN_DIR}/mem_stats.py --private_file=${MLOG_DIR}/${VERSION}final_pvm.cvs \
--share_file=${MLOG_DIR}/final_shm.cvs
--share_file=${MLOG_DIR}/${VERSION}final_shm.cvs
if [ -z $SKIP ]; then
echo "$(date) - Setting config debug off"

Loading…
Cancel
Save