[jboss-svn-commits] JBL Code SVN: r31007 - labs/jbosstm/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Jan 11 05:18:08 EST 2010
Author: adinn
Date: 2010-01-11 05:18:08 -0500 (Mon, 11 Jan 2010)
New Revision: 31007
Modified:
labs/jbosstm/trunk/sharedbuild.xml
Log:
globally disabled overriding injection in all byteman scripted unit tests because it sometimes interrupts injection of rules and is not currently used by any of the scripts -- workaround for JBTM-684
Modified: labs/jbosstm/trunk/sharedbuild.xml
===================================================================
--- labs/jbosstm/trunk/sharedbuild.xml 2010-01-11 10:15:48 UTC (rev 31006)
+++ labs/jbosstm/trunk/sharedbuild.xml 2010-01-11 10:18:08 UTC (rev 31007)
@@ -462,6 +462,7 @@
<additional.jvmargs.aux>
<jvmarg value="-javaagent:${global.ext.lib.dir}/byteman.jar=script:${basedir}/tests/byteman-scripts/@{script}"/>
<jvmarg value="-Dorg.jboss.byteman.debug"/>
+ <jvmarg value="-Dorg.jboss.byteman.skip.override.rules"/>
<additional.jvmargs/>
</additional.jvmargs.aux>
</run.tests.macro.aux>
More information about the jboss-svn-commits
mailing list