diff options
Diffstat (limited to 'shell/test/runner')
-rwxr-xr-x | shell/test/runner | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/test/runner b/shell/test/runner index 624610b..f2f5766 100755 --- a/shell/test/runner +++ b/shell/test/runner @@ -26,6 +26,7 @@ pwd > pwd mkdir scratch export TEST_TMPDIR=$(realpath scratch) export TMPDIR="${TEST_TMPDIR}" +export LD_LIBRARY_PATH=$(realpath ./libs):$LD_LIBRARY_PATH # Change to the working directory; note: while unlikely, the test # might not have test data, so we have to ensure the presence of |