aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-02-11 13:39:04 +0100
committerBjörn Gustavsson <[email protected]>2019-02-11 15:00:14 +0100
commit89efd8081c32b3f56ebec5c1f44750aa3e96c0f6 (patch)
tree6775228c25f6f27962bfd4c7836308416b638c4f
parentf2b6259a43dca0eafa4813c5cf63186d3dba3a0e (diff)
downloadotp-89efd8081c32b3f56ebec5c1f44750aa3e96c0f6.tar.gz
otp-89efd8081c32b3f56ebec5c1f44750aa3e96c0f6.tar.bz2
otp-89efd8081c32b3f56ebec5c1f44750aa3e96c0f6.zip
compiler tests: Restrict cover to run on the local node
This change saves about about a minute when running the cover-compiled compiler tests.
-rw-r--r--lib/compiler/test/compiler.cover5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/compiler/test/compiler.cover b/lib/compiler/test/compiler.cover
index 3fd7fc1937..fac0f9947c 100644
--- a/lib/compiler/test/compiler.cover
+++ b/lib/compiler/test/compiler.cover
@@ -1,5 +1,4 @@
-{incl_app,compiler,details}.
-
%% -*- erlang -*-
+{local_only,compiler,true}.
+{incl_app,compiler,details}.
{excl_mods,compiler,[core_scan,core_parse]}.
-