winetest: Create the -d directory if it does not exist already.
commitdc8ef75904c0cace22f75b201c2c9f7c8b0f5cb1
authorFrancois Gouget <fgouget@codeweavers.com>
Mon, 19 Jul 2021 13:16:59 +0000 (19 15:16 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Jul 2021 13:37:47 +0000 (19 15:37 +0200)
treed663432aca3d4cce00ee98630c634563c3844355
parent20fff538c49c87abffd583f6b63371592ebdd835
winetest: Create the -d directory if it does not exist already.

'winetest.exe' automatically creates '%TEMP%\wct' (or an alternative new
directory).
'winetext.exe -x DIR' automatically creates DIR.
'winetest.exe -d DIR' now automatically creates DIR too.
In all cases newly created directories are removed after the tests.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
programs/winetest/main.c