diff --git a/objectbox/tool/integration-test.sh b/objectbox/tool/integration-test.sh index 83a285fc..9825634c 100755 --- a/objectbox/tool/integration-test.sh +++ b/objectbox/tool/integration-test.sh @@ -1,15 +1,21 @@ #!/usr/bin/env bash set -euo pipefail -. "$(dirname "$0")"/common.sh - if [[ "$#" -ne "1" ]]; then - echo "usage: $0 " - echo "e.g. $0 example/objectbox_demo" + echo "Usage: $0 " + echo "" + echo "For example run:" + echo " $0 example/flutter/objectbox_demo_relations" exit 1 fi -set -x +. "$(dirname "$0")"/common.sh + +echo "" +echo "ℹ️ Testing the example in $1" +echo "" + +set -x # Print commands to terminal cd "${root}/$1" flutter clean