Changeset 65839 in vbox for trunk/src/VBox/ValidationKit/testdriver/reporter.py
- Timestamp:
- Feb 22, 2017 10:41:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/reporter.py
r65837 r65839 199 199 raise Exception(sMessage); 200 200 201 if utils.getHostOs() == 'darwin':201 if utils.getHostOs() in ['darwin', 'solaris', 'linux']: 202 202 g_oLock = LockWrapper('reporter'); 203 203
Note:
See TracChangeset
for help on using the changeset viewer.