Changeset 83204 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Mar 5, 2020 10:34:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py
r82968 r83204 175 175 else: 176 176 fRc = oExec.execBinaryNoStdOut('zfs', ('create', '-o', 'mountpoint='+sMountPoint, sPool + '/' + sVol)); 177 178 # @todo Add proper parameters to set proper owner:group ownership, the testcase broke in r133060 for Solaris 179 # because ceating directories is now done using the python mkdir API instead of calling 'sudo mkdir...'. 180 # No one noticed though because testboxstor1 went out of action before... 181 # Will get fixed as soon as I'm back home. 182 if fRc: 183 fRc = oExec.execBinaryNoStdOut('chmod', ('777', sMountPoint)); 177 184 178 185 return fRc;
Note:
See TracChangeset
for help on using the changeset viewer.