Update coverall

pull/55/head
V2Ray 2015-11-06 13:56:33 +01:00
parent 5347673e00
commit a3a51b7b30
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ for DIR in $(find * -type d -not -path "*.git*"); do
fi fi
done done
cat coverall.out | sort -t: -k1 > coverallsorted.out cat coverall.out | sort -t: -k1 | grep -vw "testing" > coverallsorted.out
echo "mode: set" | cat - coverallsorted.out > coverall.out echo "mode: set" | cat - coverallsorted.out > coverall.out
rm coverallsorted.out rm coverallsorted.out