diff --git a/demo/00_test.sh b/demo/00_test.sh index 54a1304..5fbecae 100755 --- a/demo/00_test.sh +++ b/demo/00_test.sh @@ -25,20 +25,6 @@ source $SCRIPT_BASE/00_env.sh # we do this after the giant-squid check to avoid showing the api key in the logs set -eu -# #### # -# DATA # -# #### # -# DEMO: check raw files are present -if command -v md5sum &>/dev/null; then - if [[ -f "demo_data.md5sum" ]]; then - echo "validating raw files with md5sum" - md5sum -c demo_data.md5sum - fi -else - echo "md5sum not found, . couldn't validate raw files." - exit 1 -fi - # #### # # BINS # # #### # @@ -92,6 +78,20 @@ fi # DEMO: verify beam hyperdrive beam fee --output /dev/null +# #### # +# DATA # +# #### # +# DEMO: check raw files are present +if command -v md5sum &>/dev/null; then + if [[ -f "demo_data.md5sum" ]]; then + echo "validating raw files with md5sum, see README.md for download links" + md5sum -c demo_data.md5sum + fi +else + echo "md5sum not found, . couldn't validate raw files." + exit 1 +fi + # ######## # # OPTIONAL # # ######## #