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

Added debugging info.

parent a138b8b3
No related branches found
No related tags found
No related merge requests found
......@@ -64,12 +64,19 @@ VALUE=`tail -1 $RESULT_FILE`
## summary results
## fetch old results
information "Fetch old results file."
sftp -i "${KEYSTORE}" "${URL}/all-results.json"
information "Got file"
cat all-results.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"
information "Done"
## push results
information "Push results back"
sftp -i "${KEYSTORE}" "${URL}/all-results.json" <<< $'put all-results.json'
information "Done"
# end
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