summaryrefslogtreecommitdiff
path: root/developer
diff options
context:
space:
mode:
Diffstat (limited to 'developer')
-rw-r--r--developer/emir/custom.properties5
-rw-r--r--developer/emir/test-nsc-excludes.xml11
2 files changed, 15 insertions, 1 deletions
diff --git a/developer/emir/custom.properties b/developer/emir/custom.properties
index 7d21fd20e1..e98c83c24b 100644
--- a/developer/emir/custom.properties
+++ b/developer/emir/custom.properties
@@ -1,2 +1,5 @@
-nscArgs = -check:term;-check:transmatch;-debug
+#nscArgs = -check:term;-check:transmatch;-debug;-log:transmatch
+#nscArgs = -check:term;-check:transmatch;-log:transmatch
+#nscArgs = -check:term;-print:transmatch
+nscArgs = -check:term
diff --git a/developer/emir/test-nsc-excludes.xml b/developer/emir/test-nsc-excludes.xml
index c6e7e5f991..30be526911 100644
--- a/developer/emir/test-nsc-excludes.xml
+++ b/developer/emir/test-nsc-excludes.xml
@@ -1 +1,12 @@
<exclude name="scala/io/UTF8String"/>
+<!--
+<exclude name="scala/io/**"/>
+<exclude name="scala/*.scala"/>
+<exclude name="scala/text/**"/>
+<exclude name="scala/util/**"/>
+<exclude name="scala/collection/**"/>
+<exclude name="scala/runtime/**"/>
+<exclude name="scala/testing/**"/>
+<exclude name="scala/concurrent/**"/>
+<exclude name="scala/mobile/**"/>
+-->