mirror of
https://gitee.com/openharmony/testfwk_xdevice
synced 2024-11-23 07:20:44 +00:00
修复告警问题 Signed-off-by: deveco_test <liguangjie1@huawei.com>
This commit is contained in:
parent
db1e0ad281
commit
05d2f77720
2
run.sh
2
run.sh
@ -35,7 +35,7 @@ cd $(dirname "$0") || error "Failure to change direcory!"
|
||||
$PYTHON -c "import pip" || error "Please install pip first!"
|
||||
$PYTHON -c "import easy_install" || error "Please install setuptools first!"
|
||||
|
||||
if [ ! -d $TOOLS_DIR ]; then
|
||||
if [ ! -d "$TOOLS_DIR" ]; then
|
||||
error "$TOOLS_DIR directory not exists"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user