Skip to content

Commit 595bba6

Browse files
authored
Update test.sh
1 parent 6dac863 commit 595bba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib-dal/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SCRIPT_DIR=$( cd $(dirname ${BASH_SOURCE[0]}) && pwd )
1212
OAP_MLLIB_ROOT=$(cd $SCRIPT_DIR/.. && pwd)
1313
source $OAP_MLLIB_ROOT/RELEASE
1414

15-
if [[ -z $DAALROOT ]]; then
15+
if [[ -z $DAALROOT && -z $DALROOT ]]; then
1616
echo DAALROOT not defined!
1717
exit 1
1818
fi

0 commit comments

Comments
 (0)