mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 17:44:29 +08:00
Supersede the current way for running automatic regression tests for real now and switch to rosautotest. No more sights of hardcoded regression test stuff inside syssetup :-)
Works well here, let's hope BuildBot is with me ;-) Still, there seems to be a bug in our OutputDebugString function, adding a newline at the end of the debug output automatically. Getting the OutputDebugString output through MSVC doesn't lead to this behaviour, that bug needs to be evaluated in detail later. svn path=/trunk/; revision=38581
This commit is contained in:
@@ -45,12 +45,10 @@ AutoPartition = 1
|
||||
; yes - disabled
|
||||
; no - enabled
|
||||
DisableVmwInst = yes
|
||||
LocaleID = 407
|
||||
BootCDRegTestActive = 1
|
||||
LocaleID = 409
|
||||
|
||||
; enable this section to automatically launch programs
|
||||
; after 3rd boot
|
||||
;
|
||||
; [GuiRunOnce]
|
||||
; %SystemRoot%\system32\cmd.exe
|
||||
|
||||
[GuiRunOnce]
|
||||
%SystemRoot%\system32\rosautotest.exe /s
|
||||
|
||||
@@ -618,6 +618,8 @@ modules\rosapps\demos\maze\maze.exe 1 o
|
||||
modules\rosapps\dflat32\edit.exe 1 optional
|
||||
modules\rosapps\drivers\green\green.sys 2 optional
|
||||
modules\rosapps\templates\dialog\dialog.exe 1 optional
|
||||
|
||||
modules\rostests\rosautotest\rosautotest.exe 1 optional
|
||||
modules\rostests\tests\pseh2\pseh2_test.exe 7 optional
|
||||
modules\rostests\winetests\advapi32\advapi32_winetest.exe 7 optional
|
||||
modules\rostests\winetests\advpack\advpack_winetest.exe 7 optional
|
||||
@@ -668,6 +670,7 @@ modules\rostests\winetests\winhttp\winhttp_winetest.exe 7 o
|
||||
modules\rostests\winetests\wininet\wininet_winetest.exe 7 optional
|
||||
modules\rostests\winetests\wintrust\wintrust_winetest.exe 7 optional
|
||||
modules\rostests\winetests\ws2_32\ws2_32_winetest.exe 7 optional
|
||||
|
||||
modules\wallpaper\lake.bmp 4 optional
|
||||
|
||||
; Native libraries
|
||||
|
||||
Reference in New Issue
Block a user