Skip to content

Commit

Permalink
debug: Print rv for main test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed May 5, 2024
1 parent 4842cc7 commit 5624cfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tools/test_compiled_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def doTest(self, verify):
rv, o = self.do(
self.kcov
+ " "
+ " --debug=31 "
+ verify
+ " "
+ self.outbase
Expand All @@ -91,6 +92,8 @@ def doTest(self, verify):
+ "/main-tests 5",
False,
)
print("rv", rv, " vs no-kcov rv", noKcovRv)
print(o)
assert rv == noKcovRv

dom = cobertura.parseFile(self.outbase + "/kcov/main-tests/cobertura.xml")
Expand Down

0 comments on commit 5624cfb

Please sign in to comment.