1 2 3 4 5 6 7
#!/bin/sh # DF-1461 harness run set -e cd "$(dirname "$0")" echo "Running harness..." ./harness echo "RUN_EXIT=$?"