Add a /c option to supply a comment for the web service submission.

This can be useful for giving more information about the used build for the test.

The necessary changes in testman will follow later :-P

svn path=/trunk/; revision=39698
This commit is contained in:
Colin Finck 2009-02-21 17:02:39 +00:00
parent f808139835
commit a98eb8d135
3 changed files with 84 additions and 55 deletions

View file

@ -26,6 +26,7 @@ typedef struct _APP_OPTIONS
{
BOOL Shutdown;
BOOL Submit;
PCHAR Comment;
PWSTR Module;
PCHAR Test;
}