Skip to content

Commit 37e16b6

Browse files
author
meihuisu
committed
run_unit again
1 parent dccca53 commit 37e16b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_unit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [[ ! -z "${UCVM_INSTALL_PATH}"]; then
4-
if [ -f ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh ]; then
4+
if [[ -d ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh ]]; then
55
source ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh
66
./unittest
77
exit

0 commit comments

Comments
 (0)