summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-13 23:44:41 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-13 23:44:41 +0100
commitedecc975384bfef50418e3fb77e5c4629207ec08 (patch)
treef82d171743aad7bb7144396533ce387946b52c41 /run
parent05c37bfdb86be26497d5baa448a0cbda20e33bed (diff)
Fix test reference after subtitle fixes.
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/run/tests b/run/tests
index 9b94ada80..e9c025893 100755
--- a/run/tests
+++ b/run/tests
@@ -3,6 +3,7 @@
# e.g. --run_tests=foo
export LD_LIBRARY_PATH=build/src/lib:$LD_LIBRARY_PATH
+export DCPOMATIC_LINUX_SHARE_PREFIX=`pwd`
if [ "$1" == "--debug" ]; then
shift;
gdb --args build/test/unit-tests --catch_system_errors=no $*