Skip to content
Snippets Groups Projects
Commit 1354daf3 authored by Reiner Jung's avatar Reiner Jung
Browse files

Added remove logs to python

parent adbb37e3
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ for ((i=1;i<=${NUM_OF_LOOPS};i+=1)); do
tcpLogging 7 $i 1
tcpLogging 8 $i 2
printIntermediaryResults "${i}"
done
......@@ -143,6 +143,7 @@ runStatistics
cleanupResults
mv "${DATA_DIR}/kieker.log" "${RESULTS_DIR}/kieker.log"
rm "${DATA_DIR}/kieker"
[ -f "${DATA_DIR}/errorlog.txt" ] && mv "${DATA_DIR}/errorlog.txt" "${RESULTS_DIR}"
checkFile results.yaml "${RESULTS_DIR}/results.yaml"
......
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