dnote/scripts/server/test-local.sh
2025-10-25 17:18:56 -07:00

8 lines
164 B
Bash
Executable file

#!/usr/bin/env bash
# shellcheck disable=SC1090
# test-local.sh runs api tests using local setting
set -ex
dir=$(dirname "${BASH_SOURCE[0]}")
"$dir/test.sh" "$1"