[DBGPRINT]

--winetest mode: Use --list to get the tests list.
Dedicated to Christoph :)

svn path=/trunk/; revision=63698
This commit is contained in:
Sylvain Petreolle 2014-07-06 18:09:58 +00:00
parent e3f91f127c
commit d21dde849e

View file

@ -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))