-init-
This commit is contained in:
10
run_tests.sh
Normal file → Executable file
10
run_tests.sh
Normal file → Executable file
@@ -1,3 +1,9 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
bats tests/
|
||||
# Always run from the directory where this script lives
|
||||
SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
# Execute the tests
|
||||
bash ./tests/test_finish.sh
|
||||
|
||||
Reference in New Issue
Block a user