Repository: incubator-drill
Updated Branches:
  refs/heads/master 2871c3ba5 -> a1ad59871


DRILL-1600: Enable Java assertion in unit tests


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/a1ad5987
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/a1ad5987
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/a1ad5987

Branch: refs/heads/master
Commit: a1ad598710c71994029ae67798d8d523190158c3
Parents: 2871c3b
Author: Aditya Kishore <a...@apache.org>
Authored: Wed Oct 29 08:34:37 2014 -0700
Committer: Aditya Kishore <a...@apache.org>
Committed: Wed Oct 29 11:23:50 2014 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/a1ad5987/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 70abb75..28343bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -353,7 +353,7 @@
             <argLine>-Xms512m -Xmx2g -Ddrill.exec.http.enabled=false
               -Ddrill.exec.sys.store.provider.local.write=false
               -XX:MaxPermSize=256M -XX:MaxDirectMemorySize=3072M
-              -XX:+CMSClassUnloadingEnabled</argLine>
+              -XX:+CMSClassUnloadingEnabled -ea</argLine>
             <forkCount>4</forkCount>
             <reuseForks>true</reuseForks>
             <additionalClasspathElements>

Reply via email to