9 lines
197 B
Bash
Executable File
9 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# 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 |