update Jenkinsfile
This commit is contained in:
parent
7ee80f6d0d
commit
061eb647c6
3
count.sh
3
count.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user