Author: gadamopoulos Date: Tue Jan 17 19:13:12 2017 New Revision: 73569
URL: http://svn.reactos.org/svn/reactos?rev=73569&view=rev Log: [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.
Modified: trunk/reactos/boot/bootdata/bootcdregtest/regtest.cmd
Modified: trunk/reactos/boot/bootdata/bootcdregtest/regtest.cmd URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/bootcdregtest... ============================================================================== --- trunk/reactos/boot/bootdata/bootcdregtest/regtest.cmd [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/bootcdregtest/regtest.cmd [iso-8859-1] Tue Jan 17 19:13:12 2017 @@ -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