Changeset 99703 in vbox for trunk/src/VBox/ValidationKit/testmanager/cgi/status.py
- Timestamp:
- May 9, 2023 3:59:02 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/cgi/status.py
r99702 r99703 98 98 if sTestBoxOs == 'win': 99 99 sTestBoxOs = 'windows' 100 elif sTestBoxOs != 'linux' and sTestBoxOs != 'darwin' and sTestBoxOs != 'solaris':100 elif sTestBoxOs not in ('linux', 'darwin', 'solaris'): 101 101 sTestBoxOs = 'other' 102 102 dict_update(dResult, '%s / %s.%s' % (sTestName, sTestBoxOs, sTestBoxCpuArch), enmStatus)
Note:
See TracChangeset
for help on using the changeset viewer.