VirtualBox

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


Ignore:
Timestamp:
May 5, 2017 7:23:46 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115219
Message:

testboxscript: Temporarily look for '<share>new.txt' instead of '<share>.txt' in order to trigger automatic mounting of shared on new server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py

    r66801 r66802  
    260260
    261261        # Test if already mounted.
    262         sTestFile = os.path.join(sMountPoint + os.path.sep, sShare + '.txt');
     262        sTestFile = os.path.join(sMountPoint + os.path.sep, sShare + '-new.txt');
    263263        if os.path.isfile(sTestFile):
    264264            return True;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette