Skip to content

Commit 8f7986b

Browse files
committed
fix coverage_more.sh after updating hashsum
1 parent 5bb63f1 commit 8f7986b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coverage_more.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
./sizes
66
./constants
77

8-
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
8+
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
99
difftroubles=$(diff -i -w -B hashsum_tv.txt notes/hashsum_tv.txt | grep '^<') || true
1010
if [ -n "$difftroubles" ]; then
1111
echo "FAILURE: hashsum_tv.tx"

0 commit comments

Comments
 (0)