File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $(objects): %.o: %.c
2222 $(CC ) -o $@ -c $^ $(AM_CFLAGS )
2323
2424run_unit : test_cca
25- ./test_cca
25+ ./run_unit
2626
2727clean :
2828 rm -rf * ~ * .o test_cca
Original file line number Diff line number Diff line change 22
33if [[ -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
88fi
You can’t perform that action at this time.
0 commit comments