[openrtm-commit:01028] r702 - trunk

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 3月 2日 (土) 21:30:12 JST


Author: ga
Date: 2013-03-02 21:30:12 +0900 (Sat, 02 Mar 2013)
New Revision: 702

Modified:
   trunk/buildTests.sh
Log:
Changed to run only compile_tests ant junit.

Modified: trunk/buildTests.sh
===================================================================
--- trunk/buildTests.sh	2013-03-01 16:53:30 UTC (rev 701)
+++ trunk/buildTests.sh	2013-03-02 12:30:12 UTC (rev 702)
@@ -41,7 +41,8 @@
 #
 #
 cd jp.go.aist.rtm.RTC
-ant buildTests -lib $ANT_HOME/lib/
+ant compile_tests -lib $ANT_HOME/lib/
+ant junit -lib $ANT_HOME/lib/
 if [ $? -ne 0 ];
 then 
  exit 1



More information about the openrtm-commit mailing list