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

Added debugging info.

parent 202d4291
Branches
Tags
No related merge requests found
...@@ -64,12 +64,19 @@ VALUE=`tail -1 $RESULT_FILE` ...@@ -64,12 +64,19 @@ VALUE=`tail -1 $RESULT_FILE`
## summary results ## summary results
## fetch old results ## fetch old results
information "Fetch old results file."
sftp -i "${KEYSTORE}" "${URL}/all-results.json" sftp -i "${KEYSTORE}" "${URL}/all-results.json"
information "Got file"
cat all-results.json
## compile results into json ## compile results into json
information "Compile results"
${BASE_DIR}/compile-results/bin/compile-results "${BASE_DIR}/results-kieker/results-text.csv" "${BASE_DIR}/all-results.json" ${BASE_DIR}/compile-results/bin/compile-results "${BASE_DIR}/results-kieker/results-text.csv" "${BASE_DIR}/all-results.json"
information "Done"
## push results ## push results
information "Push results back"
sftp -i "${KEYSTORE}" "${URL}/all-results.json" <<< $'put all-results.json' sftp -i "${KEYSTORE}" "${URL}/all-results.json" <<< $'put all-results.json'
information "Done"
# end # end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment