提交 07869304 编写于 作者: L luluyalula 提交者: Gitee

update testcases/smoke-testing/oe_test_version_release_001/oe_test_version_release_001.sh.

补全个人信息,检查了变量名
上级 00d8b17c
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# @Author : yuanlulu # @Author : yuanlulu
# @Contact : cynthiayuanll@163.com # @Contact : cynthiayuanll@163.com
# @Date : 2020-07-23 # @Date : 2020-07-23
# @License : Mulan PSL v2? # @License : Mulan PSL v2
# @Desc : File system common command test-version # @Desc : Version consistency check of full package
# ############################################ # ############################################
...@@ -25,9 +25,9 @@ function run_test() { ...@@ -25,9 +25,9 @@ function run_test() {
remove_list=(`awk '{print $1}' available`) remove_list=(`awk '{print $1}' available`)
failed_list="" failed_list=""
for rpm in ${remove_list[@]} for install in ${remove_list[@]}
do do
yum -y install $rpm yum -y install $install
done done
for rpm in $(rpm -qa) for rpm in $(rpm -qa)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册