[ROSAUTOTEST]

- Finish a test run in the database when all tests have successfully been run. This got lost during the C++ rewrite of rosautotest in r40147.
- Don't spam the logs with useless OK messages. Only report the web service response if an error occurred.

svn path=/trunk/; revision=66516
This commit is contained in:
Colin Finck 2015-03-01 11:19:30 +00:00
parent f268fadf4a
commit 65b4da13f4
3 changed files with 43 additions and 6 deletions

View file

@ -372,6 +372,10 @@ CWineTest::Run()
StringOut("\n\n");
}
/* We're done with all tests. Finish this run */
if(Configuration.DoSubmit())
WebService->Finish("wine");
/* Restore the original error mode */
if(!Configuration.IsInteractive())
SetErrorMode(ErrorMode);