Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alph00 committed Jul 11, 2024
1 parent 7e41174 commit f3c89e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/run_core_ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ search_files() {
# Maybe some unittest depend on relative paths, so execute in the unittest directory
UT_BASE_PATH="$(pwd)/${TARGET_ARTIFACT_PATH:2}"
export LD_LIBRARY_PATH=${UT_BASE_PATH}:$LD_LIBRARY_PATH
cd ./core/build
pwd
ls
cd ./core
ls
cd ./build
ls
cd -
cd $TARGET_ARTIFACT_PATH
Expand Down

0 comments on commit f3c89e1

Please sign in to comment.