From: Carl Hetherington Date: Sun, 19 Mar 2023 13:45:57 +0000 (+0100) Subject: Stop running ./check_sums now we're using git annex. X-Git-Tag: v2.16.51~7 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=2dfac2ec09a97b77faea95007be2b304b450530f Stop running ./check_sums now we're using git annex. --- diff --git a/run/tests b/run/tests index fc13f4b1c..f2b2ae6b6 100755 --- a/run/tests +++ b/run/tests @@ -48,7 +48,6 @@ if [ "$check" == "1" ]; then echo "Unexpected dcpomatic-test-private version" exit 1 fi - ./check_sums || (echo "dcpomatic-test-private checksums are incorrect"; exit 1) popd fi