From 57027aa17bd71a386e3347e31b297f8f07eb74dd Mon Sep 17 00:00:00 2001 From: Xin Li Date: Sun, 21 May 2017 00:33:18 +0800 Subject: [PATCH] Fix ci test (#6364) --- cpp-package/tests/ci_test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp-package/tests/ci_test.sh b/cpp-package/tests/ci_test.sh index ac7f36f30fe8..29d0a9df340a 100755 --- a/cpp-package/tests/ci_test.sh +++ b/cpp-package/tests/ci_test.sh @@ -1,9 +1,9 @@ set -e # exit on the first error cd $(dirname $(readlink -f $0))/../example echo $PWD -ls -l ../.. -ln -sf ../../lib/libmxnet.so . -ls -l libmxnet.so +export LD_LIBRARY_PATH=$(readlink -f ../../lib):$LD_LIBRARY_PATH +echo $LD_LIBRARY_PATH +ls -l ../../lib/ cp ../../build/cpp-package/example/test_score . ./get_mnist.sh