VirtualBox

Changeset 89857 in vbox for trunk/src


Ignore:
Timestamp:
Jun 23, 2021 1:29:40 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145314
Message:

TTesting: bugref:9825: Fixed scm errors

File:
1 edited

Legend:

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

    r89854 r89857  
    3333
    3434if exist %SystemRoot%\System32\aim_ll.exe (
    35         set RAMEXE=aim
     35    set RAMEXE=aim
    3636) else if exist %SystemRoot%\System32\imdisk.exe (
    3737    set RAMEXE=imdisk
    38 ) else goto defaulttest 
     38) else goto defaulttest   
    3939
    4040REM Take presence of imdisk.exe or aim_ll.exe as order to test in ramdisk.
     
    4242if exist %RAMDRIVE%\TEMP goto skip
    4343if %RAMEXE% == aim (
    44         aim_ll -a -t vm -s 16G -m %RAMDRIVE% -p "/fs:ntfs /q /y"
     44    aim_ll -a -t vm -s 16G -m %RAMDRIVE% -p "/fs:ntfs /q /y"
    4545) else if %RAMEXE% == aim (
    46         imdisk -a -s 16GB -m %RAMDRIVE% -p "/fs:ntfs /q /y" -o "awe"
     46    imdisk -a -s 16GB -m %RAMDRIVE% -p "/fs:ntfs /q /y" -o "awe"
    4747) else goto defaulttest
    4848:skip
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