update Jenkinsfile

This commit is contained in:
dylodylo 2020-04-10 17:18:26 +02:00
parent 7ee80f6d0d
commit 061eb647c6

View File

@ -13,6 +13,5 @@ COUNT_DIFF=$(diff hypothesis.trn reference.trn | grep "^>" | wc -l)
echo $COUNT_DIFF
let RESULT=$COUNT_DIFF/$COUNT
echo $(echo "$COUNT_DIFF/$COUNT" | bc -l)
echo $(echo "$COUNT_DIFF/$COUNT" | bc -l) >> srr.txt
echo $("$COUNT_DIFF/$COUNT" | bc -l) >> srr.txt
echo "$(tail -50 "srr.txt")" > srr.txt