winetest: When extracting tests, run in console mode.

This commit is contained in:
Austin English 2009-04-26 12:55:03 -05:00 committed by Alexandre Julliard
parent 72f89d6bfc
commit 0d2d1e7ff9

View file

@ -912,6 +912,7 @@ int main( int argc, char *argv[] )
}
break;
case 'x':
report (R_TEXTMODE);
if (!(extract = argv[++i]))
extract = ".\\wct";