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

Store all results in results-$FRAMEWORK_NAME to make copying between

servers easier
parent ea21aa71
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,5 @@ frameworks/inspectIT-java/raw*
frameworks/inspectIT-java/results-inspectIT-java/
frameworks/Kieker-java/raw*
frameworks/Kieker-java/results-Kieker-java/
frameworks/Kieker-java/results/
frameworks/Kieker-python/raw*
frameworks/Kieker-python/results-Kieker-python/
......@@ -250,7 +250,7 @@ function showParameter() {
}
FRAMEWORK_NAME=$(basename -- "${BASE_DIR}")
RESULTS_DIR="${BASE_DIR}/results"
RESULTS_DIR="${BASE_DIR}/results-$FRAMEWORK_NAME"
RAWFN="${RESULTS_DIR}/raw"
# Initialize all unset parameters
......
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