VirtualBox

Changeset 89854 in vbox


Ignore:
Timestamp:
Jun 23, 2021 1:20:58 PM (3 years ago)
Author:
vboxsync
Message:

Testing: bugref:9825: Added using another RAM disk creator as workaround for Windows 10 for testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/win/autoexec-testbox.cmd

    r82968 r89854  
    3232for /f %%x in ('tasklist /NH /FI "IMAGENAME eq %exe%"') do if %%x == %exe% goto end
    3333
    34 if not exist %SystemRoot%\System32\imdisk.exe goto defaulttest
     34if exist %SystemRoot%\System32\aim_ll.exe (
     35        set RAMEXE=aim
     36) else if exist %SystemRoot%\System32\imdisk.exe (
     37    set RAMEXE=imdisk
     38) else goto defaulttest
    3539
    36 REM Take presence of imdisk.exe as order to test in ramdisk.
     40REM Take presence of imdisk.exe or aim_ll.exe as order to test in ramdisk.
    3741set RAMDRIVE=D:
    3842if exist %RAMDRIVE%\TEMP goto skip
    39 imdisk -a -s 16GB -m %RAMDRIVE% -p "/fs:ntfs /q /y" -o "awe"
     43if %RAMEXE% == aim (
     44        aim_ll -a -t vm -s 16G -m %RAMDRIVE% -p "/fs:ntfs /q /y"
     45) else if %RAMEXE% == aim (
     46        imdisk -a -s 16GB -m %RAMDRIVE% -p "/fs:ntfs /q /y" -o "awe"
     47) else goto defaulttest
    4048:skip
    4149
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette