summaryrefslogtreecommitdiff
path: root/test/gjs-test-coverage.cpp
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2019-03-24 19:56:56 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2019-04-13 22:52:33 -0700
commitceacc92e33f7f5b21518d9ac1f87503d7331c629 (patch)
tree52222e83be0d4bbe38f63e2f8787ca91cf452fb4 /test/gjs-test-coverage.cpp
parente80ff83383062709ae30f47ac0c01e016e201d4a (diff)
downloadgjs-ceacc92e33f7f5b21518d9ac1f87503d7331c629.tar.gz
tests: Don't output generated coverage data
This was quite useful, but because it contains newlines, sadly, it makes the output invalid according to the TAP protocol (each line would have to be prefixed with '#'.) The Autotools TAP harness ignores this, but other TAP harnesses such as Meson's don't.
Diffstat (limited to 'test/gjs-test-coverage.cpp')
-rw-r--r--test/gjs-test-coverage.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/gjs-test-coverage.cpp b/test/gjs-test-coverage.cpp
index 996bcb94..2f26c0a0 100644
--- a/test/gjs-test-coverage.cpp
+++ b/test/gjs-test-coverage.cpp
@@ -191,8 +191,6 @@ write_statistics_and_get_coverage_data(GjsCoverage *coverage,
&coverage_data_contents, nullptr, /* length out */
NULL /* etag */, NULL /* error */);
- g_debug("Coverage data:\n%s", coverage_data_contents);
-
return coverage_data_contents;
}