mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix remaining text file line endings in the tree. (#18)
Based on https://stackoverflow.com/a/1511273 Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
@echo off
|
||||
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
|
||||
del C:\ReactOS\bin\AHKAppTests.cmd
|
||||
)
|
||||
|
||||
dbgprint --process "ipconfig"
|
||||
start rosautotest /r /s /n
|
||||
@echo off
|
||||
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
|
||||
del C:\ReactOS\bin\AHKAppTests.cmd
|
||||
)
|
||||
|
||||
dbgprint --process "ipconfig"
|
||||
start rosautotest /r /s /n
|
||||
|
||||
Reference in New Issue
Block a user