mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
[DBGPRINT]
--winetest mode: Use --list to get the tests list. Dedicated to Christoph :) svn path=/trunk/; revision=63698
This commit is contained in:
parent
e3f91f127c
commit
d21dde849e
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@ int _tmain(int argc, TCHAR ** argv)
|
|||
FILE *pPipe2;
|
||||
|
||||
/* get available tests */
|
||||
pPipe = _tpopen(argv[2], "r");
|
||||
strcpy(cmd, argv[2]);
|
||||
strcat(cmd, " --list");
|
||||
pPipe = _tpopen(cmd, "r");
|
||||
if (pPipe != NULL)
|
||||
{
|
||||
while(fgets(psBuffer, 128, pPipe))
|
||||
|
|
Loading…
Reference in a new issue