aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_util.hrl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-02-11 13:37:43 +0100
committerBjörn Gustavsson <[email protected]>2019-02-11 14:56:27 +0100
commitf2b6259a43dca0eafa4813c5cf63186d3dba3a0e (patch)
tree5943836d7f2a99fee09de43538c944f903e87ede /lib/common_test/src/ct_util.hrl
parente6bdde9e927ad0933aaf36120cc740e2380567dc (diff)
downloadotp-f2b6259a43dca0eafa4813c5cf63186d3dba3a0e.tar.gz
otp-f2b6259a43dca0eafa4813c5cf63186d3dba3a0e.tar.bz2
otp-f2b6259a43dca0eafa4813c5cf63186d3dba3a0e.zip
common_test: Add support for running cover:local_only/0
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r--lib/common_test/src/ct_util.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl
index 039c8168ec..d5c93d05ba 100644
--- a/lib/common_test/src/ct_util.hrl
+++ b/lib/common_test/src/ct_util.hrl
@@ -62,6 +62,7 @@
merge_tests=true}).
-record(cover, {app=none,
+ local_only=false,
level=details,
excl_mods=[],
incl_mods=[],