VirtualBox

Changeset 106836 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Nov 5, 2024 1:05:33 PM (2 months ago)
Author:
vboxsync
Message:

Validation Kit/vboxinstaller: Use 'misc/other' for the setupapi logs, to make it compatible with the test manager.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py

    r106835 r106836  
    910910    kasSetupApiLogFiles = [
    911911        # Windows XP and later.
    912         ( '%WINDIR%/setupapi.log',             'log/setupapi-log',    'SetupAPI (setupapi.log)', ),
    913         ( '%WINDIR%/setupact.log',             'log/setupapi-act',    'SetupAPI (setupact.log)', ),
    914         ( '%WINDIR%/setuperr.log',             'log/setupapi-err',    'SetupAPI (setuperr.log)', ),
     912        ( '%WINDIR%/setupapi.log',             'misc/other', 'SetupAPI (setupapi.log)', ),
     913        ( '%WINDIR%/setupact.log',             'misc/other', 'SetupAPI (setupact.log)', ),
     914        ( '%WINDIR%/setuperr.log',             'misc/other', 'SetupAPI (setuperr.log)', ),
    915915        # Windows 7 and later.
    916         ( '%WINDIR%/INF/setupapi.app.log',     'log/setupapi-app',    'SetupAPI (setupapi.app.log)', ),
    917         ( '%WINDIR%/INF/setupapi.dev.log',     'log/setupapi-dev',    'SetupAPI (setupapi.dev.log)', ),
     916        ( '%WINDIR%/INF/setupapi.app.log',     'misc/other', 'SetupAPI (setupapi.app.log)', ),
     917        ( '%WINDIR%/INF/setupapi.dev.log',     'misc/other', 'SetupAPI (setupapi.dev.log)', ),
    918918        # Windows 10 and later.
    919         ( '%WINDIR%/INF/setupapi.upgrade.log', 'log/setupapi-upgrade', 'SetupAPI (setupapi.upgrade.log)', ),
    920         ( '%WINDIR%/INF/setupact.log',         'log/setupapi-act',    'SetupAPI (setupact.log)', ),
    921         ( '%WINDIR%/INF/setuperr.log',         'log/setupapi-err',    'SetupAPI (setuperr.log)', ),
     919        ( '%WINDIR%/INF/setupapi.upgrade.log', 'misc/other', 'SetupAPI (setupapi.upgrade.log)', ),
     920        ( '%WINDIR%/INF/setupact.log',         'misc/other', 'SetupAPI (setupact.log)', ),
     921        ( '%WINDIR%/INF/setuperr.log',         'misc/other', 'SetupAPI (setuperr.log)', ),
    922922    ];
    923923
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