mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[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
This commit is contained in:
parent
1dc1c3f7ef
commit
c799fd3e4f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue