Skip to content

Commit 9f1e0ae

Browse files
author
meihuisu
committed
test ci again
1 parent e1fad82 commit 9f1e0ae

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/cca-ucvm-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,6 @@ jobs:
103103
- name: test cca with ucvm
104104
run: (cd $RUNNER_WORKSPACE/cca/ucvm/work/model/cca; source $UCVM_INSTALL_PATH/conf/ucvm_env.sh; ./.github/scripts/cca-test-ucvm.sh)
105105
shell: bash
106-
# - name: Start SSH via Ngrok
107-
# if: ${{ success() }}
108-
# uses: luchihoratiu/debug-via-ssh@main
109-
# with:
110-
# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_TOKEN }}
111-
# NGROK_TIMEOUT: 3000
112-
# SSH_PASS: ${{ secrets.NGROK_SECRET }}
113106
- name: test cca under ucvm
114107
run: (cd $RUNNER_WORKSPACE/cca/ucvm; source $UCVM_INSTALL_PATH/conf/ucvm_env.sh; ./.github/scripts/ucvm-test.sh)
115108
shell: bash

test/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $(objects): %.o: %.c
2222
$(CC) -o $@ -c $^ $(AM_CFLAGS)
2323

2424
run_unit : test_cca
25-
./test_cca
25+
./run_unit
2626

2727
clean :
2828
rm -rf *~ *.o test_cca

test/run_unit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if [[ -z "${UCVM_INSTALL_PATH}" ]]; then
44
if [[ -f "${UCVM_INSTALL_PATH}/model/cca/lib" ]]; then
5-
env DYLD_LIBRARY_PATH=${UCVM_INSTALL_PATH}/model/cca/lib ./test_cca
5+
env DYLD_LIBRARY_PATH=${UCVM_INSTALL_PATH}/model/cca/lib:${DYLD_LIBRARY_PATH} ./test_cca
66
exit
77
fi
88
fi

0 commit comments

Comments
 (0)