navi/scripts/test
2021-08-07 10:31:53 -03:00

9 lines
No EOL
216 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
export NAVI_HOME="$(cd "$(dirname "$0")/.." && pwd)"
source "${NAVI_HOME}/scripts/install"
export PATH="/usr/local/Cellar/bash/5.1.8/bin/bash:${PATH}"
"${NAVI_HOME}/tests/run"