This commit is contained in:
mike
2025-12-11 01:21:53 +01:00
parent 43a408d962
commit 56bc1cb21b
3 changed files with 11 additions and 5 deletions

10
run_tests.sh Normal file → Executable file
View 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