summaryrefslogtreecommitdiff
path: root/tsp/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tsp/common.sh')
-rwxr-xr-xtsp/common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsp/common.sh b/tsp/common.sh
index 5356091..8dd90a1 100755
--- a/tsp/common.sh
+++ b/tsp/common.sh
@@ -27,6 +27,7 @@ die() {
exit ${2:-1}
}
+test -z "${TSP_DIR}" || export TS_ONFINISH="${TSP_DIR}/scripts/log.sh"
WS="${HOME}/ws"
WS_WATCHER="${WS}/watcher"