mirror of https://github.com/ARMmbed/mbed-os.git
Fixed missing enum in exporter
parent
30fc9ca372
commit
03c6151241
|
@ -22,8 +22,8 @@ from workspace_tools.utils import construct_enum
|
|||
|
||||
ResultExporterType = construct_enum(HTML='Html_Exporter',
|
||||
JUNIT='JUnit_Exporter',
|
||||
BUILD='Build_Exporter',
|
||||
JUNIT_OPER='JUnit_Exporter_Interoperability')
|
||||
JUNIT_OPER='JUnit_Exporter_Interoperability',
|
||||
BUILD='Build_Exporter')
|
||||
|
||||
|
||||
class ReportExporter():
|
||||
|
|
Loading…
Reference in New Issue