[ROSAUTOTEST]
[reactos.git] / rostests / rosautotest / CWineTest.cpp
index 0432ae2..5410d86 100644 (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);