From 0ba8c8e16a004ae00d6d107b78b791ffa059aea3 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Sat, 21 Mar 2009 12:21:12 +0000 Subject: [PATCH] Enable the Crash Recovery feature when doing the RegTest. Now the new sysreg2 just needs to be set up on the Buildslave and we might finally be able to remove all those "Skip Test xyz, because ROS sucks" hacks. svn path=/trunk/; revision=40157 --- reactos/boot/bootdata/bootcdregtest/unattend.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/bootdata/bootcdregtest/unattend.inf b/reactos/boot/bootdata/bootcdregtest/unattend.inf index e031e598cf5..75541e2b7de 100644 --- a/reactos/boot/bootdata/bootcdregtest/unattend.inf +++ b/reactos/boot/bootdata/bootcdregtest/unattend.inf @@ -51,4 +51,4 @@ LocaleID = 409 ; after 3rd boot ; [GuiRunOnce] -%SystemRoot%\system32\rosautotest.exe /s +%SystemRoot%\system32\rosautotest.exe /r /s