Author: gavincornwell
Date: Mon Mar 31 09:48:53 2014
New Revision: 1583280

URL: http://svn.apache.org/r1583280
Log:
Run tests against the latest available SDK rather than a hard-coded one.

Modified:
    chemistry/objectivecmis/trunk/run_test.sh

Modified: chemistry/objectivecmis/trunk/run_test.sh
URL: 
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/run_test.sh?rev=1583280&r1=1583279&r2=1583280&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/run_test.sh (original)
+++ chemistry/objectivecmis/trunk/run_test.sh Mon Mar 31 09:48:53 2014
@@ -41,7 +41,7 @@ if [[ -d test-reports ]] ; then
   rm -R test-reports
 fi
 
-BUILD_OPTS=(test -scheme ObjectiveCMIS -destination OS=7.0,name="iPhone Retina 
(4-inch 64-bit)")
+BUILD_OPTS=(test -scheme ObjectiveCMIS -destination OS=latest,name="iPhone 
Retina (4-inch 64-bit)")
 
 if [[ "$JUNIT_FLAG" == "true" ]] ; then
    echo "Tests are running, output is being piped to ocunit2junit, results 
will appear soon..."


Reply via email to