Update test-job.sh

This commit is contained in:
Patrick Lühne 2019-03-02 02:35:57 +01:00
parent 7a3cef12b9
commit 73325076db
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -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