* Update testopia even following abort

svn path=/trunk/qa/; revision=137167
This commit is contained in:
Rusty Howell 2009-06-30 21:38:37 +00:00
Родитель cfc5a75f73
Коммит 2a9625c4bb
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -369,8 +369,7 @@ def monotesting_main(_usexsp2=False):
runner = monoTestRunner.monoTestRunner(runFailedOnly=failed)
results,aborted = runner.runAllTests()
if not aborted:
myTestopia.updateAllTestCases(results)
myTestopia.updateAllTestCases(results)
etime = clock() - start
print "\nTime: %dh %dm %ds\n" % (etime / 3600, (etime % 3600) / 60, etime % 60)