зеркало из https://github.com/mono/qa.git
* Update testopia even following abort
svn path=/trunk/qa/; revision=137167
This commit is contained in:
Родитель
cfc5a75f73
Коммит
2a9625c4bb
|
@ -369,8 +369,7 @@ def monotesting_main(_usexsp2=False):
|
||||||
runner = monoTestRunner.monoTestRunner(runFailedOnly=failed)
|
runner = monoTestRunner.monoTestRunner(runFailedOnly=failed)
|
||||||
results,aborted = runner.runAllTests()
|
results,aborted = runner.runAllTests()
|
||||||
|
|
||||||
if not aborted:
|
myTestopia.updateAllTestCases(results)
|
||||||
myTestopia.updateAllTestCases(results)
|
|
||||||
|
|
||||||
etime = clock() - start
|
etime = clock() - start
|
||||||
print "\nTime: %dh %dm %ds\n" % (etime / 3600, (etime % 3600) / 60, etime % 60)
|
print "\nTime: %dh %dm %ds\n" % (etime / 3600, (etime % 3600) / 60, etime % 60)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче