- add an checkpoint for the system regression tool

svn path=/trunk/; revision=24606
This commit is contained in:
Johannes Anderwald 2006-10-22 18:52:01 +00:00
parent f17eb0c2a1
commit 913d10566a

View file

@ -3671,6 +3671,11 @@ RunUSetup(VOID)
/* Reboot */
FreeConsole();
/// THE FOLLOWING DPRINT IS FOR THE SYSTEM REGRESSION TOOL
/// DO NOT REMOVE!!!
DPRINT1("SYSREG_CHECKPOINT:USETUP_COMPLETE");
NtShutdownSystem(ShutdownReboot);
NtTerminateProcess(NtCurrentProcess(), 0);
}