- Timestamp:
- May 4, 2017 11:58:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r66800 r66801 905 905 # Parse arguments. 906 906 # 907 sDefShareType = 'nfs' utils.getHostOs() == 'solaris' else 'cifs';907 sDefShareType = 'nfs' if utils.getHostOs() == 'solaris' else 'cifs'; 908 908 if utils.getHostOs() in ('win', 'os2'): 909 909 sDefTestRsrc = 'T:';
Note:
See TracChangeset
for help on using the changeset viewer.

