Changeset 66531 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- Apr 12, 2017 12:58:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py
r66530 r66531 160 160 fRc = oExec.execBinaryNoStdOut('zpool', ('create', '-f', sPool, sZPoolRaid,) + tuple(asDisks)); 161 161 else: 162 fRc = oExec.execBinaryNoStdOut('zpool', ('create', '-f', sPool,) + tuple(asDisks)); ;162 fRc = oExec.execBinaryNoStdOut('zpool', ('create', '-f', sPool,) + tuple(asDisks)); 163 163 164 164 return fRc;
Note:
See TracChangeset
for help on using the changeset viewer.