You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I included TAPReporter, enabled it via cmdline but report always comes out as 1..0 with nothing else. After debugging for a while I found that assertionEnded method of the reporter is never called, and this is crucial place for actually counting the results.
Any ideas why that might be?
Steps to reproduce
#include "catch_reporters_tap.hpp"
test -r tap
Extra information
Catch version: v2.2.2
Operating System: macOS
Compiler+version: Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
The text was updated successfully, but these errors were encountered:
By opting the JUnit and XML reporters into it, we no longer run
into problem where they underreport the results without `-s` flag.
Related to #1264, #1267, #1310
Description
I included TAPReporter, enabled it via cmdline but report always comes out as
1..0
with nothing else. After debugging for a while I found thatassertionEnded
method of the reporter is never called, and this is crucial place for actually counting the results.Any ideas why that might be?
Steps to reproduce
test -r tap
Extra information
Target: x86_64-apple-darwin17.5.0
The text was updated successfully, but these errors were encountered: