Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fix ci test #6364

Merged
merged 1 commit into from
May 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix ci test
  • Loading branch information
Xin Li authored May 20, 2017
commit bb145bbd4c4a90e1a87e3c7a566e7871a55b005c
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