[openrtm-commit:01396] r716 - trunk/jp.go.aist.rtm.RTC
openrtm @ openrtm.org
openrtm @ openrtm.org
2014年 3月 25日 (火) 10:57:59 JST
Author: win-ei
Date: 2014-03-25 10:57:59 +0900 (Tue, 25 Mar 2014)
New Revision: 716
Modified:
trunk/jp.go.aist.rtm.RTC/build.xml
Log:
Fixed so that when the result of junit is failure, it stops on the way and displays a message.
Modified: trunk/jp.go.aist.rtm.RTC/build.xml
===================================================================
--- trunk/jp.go.aist.rtm.RTC/build.xml 2014-03-22 16:42:10 UTC (rev 715)
+++ trunk/jp.go.aist.rtm.RTC/build.xml 2014-03-25 01:57:59 UTC (rev 716)
@@ -767,7 +767,7 @@
<delete dir="${build.dir.test}/reports/*.txt" />
- <junit haltonfailure="No" >
+ <junit haltonfailure="Yes" >
<formatter type="xml" usefile="true" />
<classpath>
<pathelement path="bin:${env.JUNIT_HOME}/junit:${env.JUNIT_HOME}/junit/samples:${env.JUNIT_HOME}:${env.ANT_HOME}:${build.dir.test}:lib/commons-cli-1.1.jar"/>
More information about the openrtm-commit
mailing list