Commit 239bd6799f5f1ddbd55018bfda4d3b85f920afb8

Authored by liujiqiang
1 parent 6f0a1582

更新

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -50,7 +50,7 @@ def Run_Testcase(testsuit):
50 50 runner.run(testsuit)
51 51 # 关闭文件
52 52 fp.close()
53   - # delReport.delReport(path)
  53 + delReport.delReport(path)
54 54 return report_file
55 55  
56 56  
... ...