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

Unzip receiver as done in run-benchmark.sh

parent 799006c6
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,11 @@ RAWFN=$RESULTS_DIR"/raw" ...@@ -24,6 +24,11 @@ RAWFN=$RESULTS_DIR"/raw"
getKiekerAgent getKiekerAgent
# copy receiver
tar -xvpf ${BASE_DIR}/../../../tools/receiver/build/distributions/receiver.tar
# copy result compiler
tar -xvpf ${BASE_DIR}/../../../tools/compile-results/build/distributions/compile-results.tar
if [ -f "${BASE_DIR}/common-functions" ] ; then if [ -f "${BASE_DIR}/common-functions" ] ; then
. ${BASE_DIR}/common-functions . ${BASE_DIR}/common-functions
else else
......
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