mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user