summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-27 19:35:12 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-27 19:35:12 +0200
commit5fc2718c509231ead7304bc9bb18a2c7c83f7c5d (patch)
tree94b20b6a584346813fb0f203d69d7602036d810e /run
parent55f8dac645e2e36575def1021bb1b92b86fb12b5 (diff)
Adapt for new libdcp (fixing large compiler resource requirements).
Also adjust Linux resource-finding code to juse look for stuff relative to the executable's location.
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index e31a97be0..97eef411f 100755
--- a/run/tests
+++ b/run/tests
@@ -3,7 +3,6 @@
# e.g. --run_tests=foo
export LD_LIBRARY_PATH=build/src/lib:/home/c.hetherington/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 --log_level=test_suite $*