#!/bin/sh
# DF-0808 run: execute the harness
cd "$(dirname "$0")"
./harness
echo "RUN_EXIT=$?"
