重构用例修改

#!/bin/sh

for((i=1;i<3;i++))
do
testcase_path=/home/houjia/R3_refactor/GMDBV3_Test/scripts/R2_schema/R2_schema_00$i/R2_schema_00$i.py
sed -i "s/111/test/g" $testcase_path
done

 

posted @ 2017-09-02 16:32  辛梓  阅读(97)  评论(0编辑  收藏  举报