We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccca53 commit 37e16b6Copy full SHA for 37e16b6
test/run_unit
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
if [[ ! -z "${UCVM_INSTALL_PATH}"]; then
4
- if [ -f ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh ]; then
+ if [[ -d ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh ]]; then
5
source ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh
6
./unittest
7
exit
0 commit comments