Commit 8e1c9205 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

优化脚本

parent eedae63a
...@@ -19,11 +19,11 @@ import sys ...@@ -19,11 +19,11 @@ import sys
def test1(): def test1():
#企业注册 #企业注册
execute_command("python runner.py tag id2232 debug mdm3") execute_command("python runner_test.py tag id2232 debug mdm3")
#企业审核 #企业审核
execute_command("python runner.py tag id2248 debug mdm3") execute_command("python runner_test.py tag id2248 debug mdm3")
#医院注册审核 #医院注册审核
execute_command("python runner.py tag id2249 debug mdm3") execute_command("python runner_test.py tag id2249 debug mdm3")
try: try:
test1() test1()
except: except:
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<tr width="600"> <tr width="600">
<td class="details-col-elapsed"><a href='../log/a1_医院信息登记/log.html' target='_blank'>a1_医院信息登记</a></td> <td class="details-col-elapsed"><a href='../log/a1_医院信息登记/log.html' target='_blank'>a1_医院信息登记</a></td>
<td class="success">成功</td> <td class="success">成功</td>
<td class="details-col-elapsed">2.058</td> <td class="details-col-elapsed">2.139</td>
<td class="details-col-elapsed">xiaohesheng</td> <td class="details-col-elapsed">xiaohesheng</td>
</tr> </tr>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment