mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
[BOOTCDREGTEST] Install ReactOS in C:\Windows on the testbots to cope with unreliable Winetests (#8693)
ROSTESTS-416 More and more winetests we import from Wine hardcode the `C:\Windows` path and thus, are brittle (read: unreliable) whenever they are run on any other configuration where Windows (or ReactOS) is **NOT** installed in this path. Dedicated to Carl Bialorucki ;)
This commit is contained in:
@@ -6,10 +6,10 @@ Signature = "$ReactOS$"
|
||||
; no - unattend setup disabled
|
||||
UnattendSetupEnabled = yes
|
||||
|
||||
; Install to \Device\Harddisk0\Partition1\ReactOS
|
||||
; Install to \Device\Harddisk0\Partition1\Windows for taming unreliable Winetests (ROSTESTS-416)
|
||||
DestinationDiskNumber = 0
|
||||
DestinationPartitionNumber = 1
|
||||
InstallationDirectory=ReactOS
|
||||
InstallationDirectory=Windows
|
||||
|
||||
; BootLoaderLocation=0 Skip installation
|
||||
; BootLoaderLocation=1 Install on removable media (floppy)
|
||||
|
||||
Reference in New Issue
Block a user