diff --git a/examples/test-job.sh b/examples/test-job.sh index f213838..7e15974 100755 --- a/examples/test-job.sh +++ b/examples/test-job.sh @@ -30,7 +30,7 @@ pushd "$dir" echo "start of benchmark output of job $JOB_KEY" > output sleep "$TIME" - echo "collected $FRUIT" + echo "collected $FRUIT" >> output start_time=$(date +%s%N) echo "end of benchmark output of job $JOB_KEY" >> output git add output