summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-01-30 16:44:48 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-01-30 16:44:48 +0000
commit2d056392e6806e075d55d5753c93a0fb18785c52 (patch)
tree7a1502e59d4f63ddc615b2cc0298c4368364f23f /check
parent31a380115a0f05d9709e016e349fbf91f1c20e2a (diff)
downloadlorry-controller-2d056392e6806e075d55d5753c93a0fb18785c52.tar.gz
Use fifo for synchronisatoin, rather that stat looprichardmaw/ephemeral-port
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 70aa608..a82754e 100755
--- a/check
+++ b/check
@@ -8,6 +8,6 @@ set -eu
# a system with the necessary dependencies installed properly. (BR-13 also
# doesn't have a working sqlite3 Python binding, and that's not so easy to
# fix without a fixed system deployed.)
-export PYTHONPATH="/home/root/new-lorry-controller/bottle:/home/root/new-lorry-controller/flup"
+export PYTHONPATH="/home/richardmaw/workspace/baserock/src/bottle:/home/richardmaw/workspace/baserock/src/flup"
yarn -s yarns.webapp/yarn.sh yarns.webapp/*.yarn --env PYTHONPATH="$PYTHONPATH" "$@"