From 75bd40d1a2f1575ac8a32a23530d63770fa8bc7a Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 19 May 2014 22:28:17 +0200 Subject: [PATCH] MT#7109 fix last commit --- run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index de66ee68..4322cadd 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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"