提交 bc04900e 编写于 作者: O openharmony_ci 提交者: Gitee

!227 修改不支持文件系统提示信息,统一修改为:not mount properly, Test Stop! 方便自动化执行

Merge pull request !227 from jiyong/master
...@@ -418,6 +418,6 @@ int CheckFsMount(const char *topDir, const char *topDirMountInfo) ...@@ -418,6 +418,6 @@ int CheckFsMount(const char *topDir, const char *topDirMountInfo)
} }
fclose(fp); fclose(fp);
} }
LOG("'%s' is not a '%s' system, Test Stop, please change another file type!", topDir, topDirMountInfo); LOG("'%s' is not a '%s' not mount properly, Test Stop! please change another file type!", topDir, topDirMountInfo);
return -1; return -1;
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册