From c799fd3e4f026c6e61c114adf2f2af26e00dc612 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Tue, 17 Jan 2017 19:13:12 +0000 Subject: [PATCH] [regtest.cmd] -RENAME parameter in add_rostests_file doesn't have any effect on the name of the installed file so rename sine files manually before starting tests. svn path=/trunk/; revision=73569 --- reactos/boot/bootdata/bootcdregtest/regtest.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/boot/bootdata/bootcdregtest/regtest.cmd b/reactos/boot/bootdata/bootcdregtest/regtest.cmd index 0fbcd099638..0edf6ee4b98 100644 --- a/reactos/boot/bootdata/bootcdregtest/regtest.cmd +++ b/reactos/boot/bootdata/bootcdregtest/regtest.cmd @@ -2,6 +2,8 @@ set WINETEST_DEBUG=0 set WINETEST_PLATFORM=reactos +move C:\ReactOS\bin\redirtest1.dll C:\ReactOS\bin\kernel32test_versioned.dll +move C:\ReactOS\bin\testdata\redirtest2.dll C:\ReactOS\bin\testdata\kernel32test_versioned.dll if exist "C:\ReactOS\bin\AHKAppTests.cmd" ( dbgprint "Preparing AHK Application testing suite." call C:\ReactOS\bin\AHKAppTests.cmd