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

Always create folder

parent 02333670
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ TIME=`expr ${METHODTIME} \* ${TOTALCALLS} / 1000000000 \* 4 \* ${RECURSIONDEPTH}
echo "Experiment will take circa ${TIME} seconds."
echo "Removing and recreating '$RESULTSDIR'"
(rm -rf ${RESULTSDIR}) && mkdir ${RESULTSDIR}
(rm -rf ${RESULTSDIR}) && mkdir -p ${RESULTSDIR}
#mkdir ${RESULTSDIR}stat/
# Clear spassmeter.log and initialize logging
......
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