first commit
This commit is contained in:
14
test/test.sh
Executable file
14
test/test.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# Simple script to run the dehydrate tests
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
echo "Running dehydrate tests..."
|
||||
./build_dehydrate_test.sh
|
||||
|
||||
|
||||
echo "Dehydrate tests complete."
|
Reference in New Issue
Block a user