Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alph00 committed Jun 28, 2024
1 parent fc6587f commit f4f69bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/run_core_ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ search_files() {
if [ "$unittest" == "unittest" ]; then
echo "============== ${file##*/} =============="
cd ${file%/*}
ldd ${file##*/}
./${file##*/}
cd -
echo "===================================="
Expand All @@ -35,5 +36,8 @@ search_files() {
}

# Maybe some unittest depend on relative paths, so execute in the unittest directory
cd ./core/build
ls
cd -
cd $TARGET_ARTIFACT_PATH
search_files .

0 comments on commit f4f69bd

Please # to comment.