#!/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