Skip to content

Commit

Permalink
Fix ci test (apache#6364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xin Li authored and piiswrong committed May 20, 2017
1 parent 2892fd0 commit 57027aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp-package/tests/ci_test.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 57027aa

Please sign in to comment.