fix coverage_more.sh after updating hashsum
This commit is contained in:
parent
5bb63f1bca
commit
8f7986bbb2
@ -5,7 +5,7 @@ set -e
|
|||||||
./sizes
|
./sizes
|
||||||
./constants
|
./constants
|
||||||
|
|
||||||
for i in $(for j in $(echo $(./hashsum -h | tail -n +3)); do echo $j; done | sort); do echo -n "$i: " && ./hashsum -a $i tests/test.key ; done > hashsum_tv.txt
|
for i in $(for j in $(echo $(./hashsum -h | awk '/Algorithms/,EOF' | tail -n +2)); do echo $j; done | sort); do echo -n "$i: " && ./hashsum -a $i tests/test.key ; done > hashsum_tv.txt
|
||||||
difftroubles=$(diff -i -w -B hashsum_tv.txt notes/hashsum_tv.txt | grep '^<') || true
|
difftroubles=$(diff -i -w -B hashsum_tv.txt notes/hashsum_tv.txt | grep '^<') || true
|
||||||
if [ -n "$difftroubles" ]; then
|
if [ -n "$difftroubles" ]; then
|
||||||
echo "FAILURE: hashsum_tv.tx"
|
echo "FAILURE: hashsum_tv.tx"
|
||||||
|
Loading…
Reference in New Issue
Block a user