VirtualBox

Changeset 84606 in vbox


Ignore:
Timestamp:
May 29, 2020 9:26:53 AM (5 years ago)
Author:
vboxsync
Message:

scm + adding optional ";" to tdAddGuestCtrl.py

Location:
trunk/src/VBox/ValidationKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/restdispatcher.py

    r84599 r84606  
    446446        return self._dispatchRequestCommon();
    447447
    448 
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r84605 r84606  
    29642964                or oTestVm.isOS2():
    29652965                    sCmd   = sShell;
    2966                     asArgs = [ sShell, sShellOpt, "echo", sFileName, "--end-marker" ]
     2966                    asArgs = [ sShell, sShellOpt, "echo", sFileName, "--end-marker" ];
    29672967                else:
    29682968                    sCmd   = oTestVm.pathJoin(self.oTstDrv.getGuestSystemDir(oTestVm), 'echo');
    2969                     asArgs = [ sCmd, sFileName, "--end-marker" ]
     2969                    asArgs = [ sCmd, sFileName, "--end-marker" ];
    29702970                ## @todo Check limits; on Ubuntu with 256KB IPRT returns VERR_NOT_IMPLEMENTED.
    29712971                atExec.append([ tdTestExec(sCmd, asArgs,
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