We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05a20b commit 2474a50Copy full SHA for 2474a50
.travis/test_06_script_b.sh
@@ -16,13 +16,13 @@ fi
16
17
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
18
BEGIN_FOLD functional-tests
19
- DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast
+ DOCKER_EXEC LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib test/functional/test_runner.py --ci --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast
20
END_FOLD
21
fi
22
23
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
24
BEGIN_FOLD fuzz-tests
25
- DOCKER_EXEC test/fuzz/test_runner.py -l DEBUG ${DIR_FUZZ_IN}
+ DOCKER_EXEC LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib test/fuzz/test_runner.py -l DEBUG ${DIR_FUZZ_IN}
26
27
28
0 commit comments