Skip to content
Snippets Groups Projects
Commit e42951b6 authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Only clean old csvs

parent 844e8033
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ TIME=`expr ${METHODTIME} \* ${TOTALCALLS} / 1000000000 \* 4 \* ${RECURSION_DEPTH
echo "Experiment will take circa ${TIME} seconds."
echo "Removing and recreating '$RESULTS_DIR'"
(rm -rf ${RESULTS_DIR}) && mkdir -p ${RESULTS_DIR}
(rm -rf ${RESULTS_DIR}/**csv) && mkdir -p ${RESULTS_DIR}
# Clear inspectit.log and initialize logging
rm -f ${BASE_DIR}inspectit.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment