winetest: When extracting tests, run in console mode.
This commit is contained in:
parent
72f89d6bfc
commit
0d2d1e7ff9
|
@ -912,6 +912,7 @@ int main( int argc, char *argv[] )
|
|||
}
|
||||
break;
|
||||
case 'x':
|
||||
report (R_TEXTMODE);
|
||||
if (!(extract = argv[++i]))
|
||||
extract = ".\\wct";
|
||||
|
||||
|
|
Loading…
Reference in New Issue