mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 16:51:53 +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;
|
FILE *pPipe2;
|
||||||
|
|
||||||
/* get available tests */
|
/* get available tests */
|
||||||
pPipe = _tpopen(argv[2], "r");
|
strcpy(cmd, argv[2]);
|
||||||
|
strcat(cmd, " --list");
|
||||||
|
pPipe = _tpopen(cmd, "r");
|
||||||
if (pPipe != NULL)
|
if (pPipe != NULL)
|
||||||
{
|
{
|
||||||
while(fgets(psBuffer, 128, pPipe))
|
while(fgets(psBuffer, 128, pPipe))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue