Author: gavincornwell
Date: Thu Nov 6 10:20:24 2014
New Revision: 1637065
URL: http://svn.apache.org/r1637065
Log:
Update device name to something that exists in Xcode 6.1.
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=1637065&r1=1637064&r2=1637065&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/run_test.sh (original)
+++ chemistry/objectivecmis/trunk/run_test.sh Thu Nov 6 10:20:24 2014
@@ -41,7 +41,7 @@ if [[ -d test-reports ]] ; then
rm -R test-reports
fi
-BUILD_OPTS=(test -scheme ObjectiveCMIS -destination OS=latest,name="iPhone
Retina (4-inch 64-bit)")
+BUILD_OPTS=(test -scheme ObjectiveCMIS -destination OS=latest,name="Resizable
iPhone")
if [[ "$JUNIT_FLAG" == "true" ]] ; then
echo "Tests are running, output is being piped to ocunit2junit, results
will appear soon..."