VirtualBox

Changeset 84457 in vbox


Ignore:
Timestamp:
May 22, 2020 12:51:10 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: Moved more path handling code to the testdriver base class to unify path handling more.

File:
1 edited

Legend:

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

    r84454 r84457  
    289289            fISOMakerCmdIsBuggy = oTestVm.isLinux();
    290290            if fISOMakerCmdIsBuggy:
    291                 sFsPerfPathTemp = oTestVm.pathJoin(self.oTstDrv.getGuestSystemDir(oTestVm), 'FsPerf${EXESUFF}');
     291                sFsPerfPathTemp = oTestVm.pathJoin(self.oTstDrv.getGuestTempDir(oTestVm), 'FsPerf${EXESUFF}');
    292292                if oTestVm.isWindows() \
    293293                or oTestVm.isOS2():
     
    295295                    sCopyArgs       = ( sCopy, "/C", "copy", "/Y",  sFsPerfPath, sFsPerfPathTemp );
    296296                else:
    297                     sCopy           = "cp";
     297                    sCopy           = oTestVm.pathJoin(self.oTstDrv.getGuestSystemDir(oTestVm), 'cp');
    298298                    sCopyArgs       = ( sCopy, "-a", "-v", sFsPerfPath, sFsPerfPathTemp );
    299299                fRc = self.oTstDrv.txsRunTest(oTxsSession, 'Copying FsPerf', 60 * 1000,
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