From 2a9625c4bbb2e2eca10669181a4a5ec45515369d Mon Sep 17 00:00:00 2001 From: Rusty Howell Date: Tue, 30 Jun 2009 21:38:37 +0000 Subject: [PATCH] * Update testopia even following abort svn path=/trunk/qa/; revision=137167 --- common/monotesting.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/monotesting.py b/common/monotesting.py index 9e61a49..aafd10a 100644 --- a/common/monotesting.py +++ b/common/monotesting.py @@ -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)