aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/scripts/ci/travis/after_success.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/travis/after_success.sh b/src/scripts/ci/travis/after_success.sh
index de5030c2d..a9acab3c9 100755
--- a/src/scripts/ci/travis/after_success.sh
+++ b/src/scripts/ci/travis/after_success.sh
@@ -8,7 +8,7 @@ if [ "$BUILD_MODE" = "coverage" ]; then
/tmp/usr/bin/lcov --gcov-tool "$GCOV" --remove coverage.info 'tests/*' '/usr/*' --output-file coverage.info
/tmp/usr/bin/lcov --gcov-tool "$GCOV" --list coverage.info
- coverage run --branch src/python/botan.py
+ LD_LIBRARY_PATH=. coverage run --branch src/python/botan.py
codecov
fi