Skip to content

Commit

Permalink
Fix reporter spec
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Apr 8, 2022
1 parent 59b3104 commit 599abe9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/catch2/catch_config.cpp
Expand Up @@ -87,8 +87,7 @@ namespace Catch {
#endif
if ( bazelOutputFilePtr != nullptr ) {
m_data.reporterSpecifications.push_back(
{ std::string( "junit" ),
Optional<std::string>( bazelOutputFilePtr ) } );
{ "junit", std::string( bazelOutputFilePtr ), {}, {} } );
}
#endif

Expand Down

0 comments on commit 599abe9

Please sign in to comment.