VirtualBox

Changeset 99285 in vbox


Ignore:
Timestamp:
Apr 4, 2023 4:47:54 PM (20 months ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: Introduced a process create wrapper function, as the process creation code was getting way too convoluted with all those API changes and differences [pylint].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r99283 r99285  
    55665566        _ = oGuestSession.waitForArray(aWaitFor, 30 * 1000);
    55675567
    5568         sCmd = self.getGuestSystemShell(oTestVm);
    5569         asArgs = [ sCmd, '/C', 'dir', '/S', 'c:\\windows' ];
    5570         aEnv = [];
    5571         afFlags = [];
     5568        #sCmd = self.getGuestSystemShell(oTestVm);
     5569        #asArgs = [ sCmd, '/C', 'dir', '/S', 'c:\\windows' ];
     5570        #aEnv = [];
     5571        #afFlags = [];
    55725572
    55735573        # Fix this once being used (again).
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