mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:56:06 +00:00
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:
parent
f808139835
commit
a98eb8d135
3 changed files with 84 additions and 55 deletions
|
@ -26,6 +26,7 @@ typedef struct _APP_OPTIONS
|
|||
{
|
||||
BOOL Shutdown;
|
||||
BOOL Submit;
|
||||
PCHAR Comment;
|
||||
PWSTR Module;
|
||||
PCHAR Test;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue