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 37e16b6 commit 389bf14Copy full SHA for 389bf14
test/run_unit
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-if [[ ! -z "${UCVM_INSTALL_PATH}"]; then
+if [[ ! -z "${UCVM_INSTALL_PATH}"]]; then
4
if [[ -d ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh ]]; then
5
source ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh
6
./unittest
0 commit comments