summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2018-03-16 18:31:04 -0400
committerBernard Normier <bernard@zeroc.com>2018-03-16 18:31:04 -0400
commit71dd0da903c5604e5c8c25b7375a04a9df17334d (patch)
tree9fa127cd128e8de30a95da7c6e571fa8ea97931c /cpp
parentbump retries (diff)
downloadice-71dd0da903c5604e5c8c25b7375a04a9df17334d.tar.bz2
ice-71dd0da903c5604e5c8c25b7375a04a9df17334d.tar.xz
ice-71dd0da903c5604e5c8c25b7375a04a9df17334d.zip
Updated instructions to use python3 for iOS testing
Diffstat (limited to 'cpp')
-rw-r--r--cpp/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/README.md b/cpp/README.md
index b4db5bc2c80..559765392bf 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -373,8 +373,8 @@ python allTests.py --config=cpp11-xcodesdk --platform=iphonesimulator --controll
iOS device, from Xcode.
- On your Mac:
```
-python allTests.py --config=xcodesdk --platform=iphoneos # C++98 controller
-python allTests.py --confg=cpp11-xcodesdk --platform=iphoneos # C++11 controller
+python3 allTests.py --config=xcodesdk --platform=iphoneos # C++98 controller
+python3 allTests.py --config=cpp11-xcodesdk --platform=iphoneos # C++11 controller
```
All the test clients and servers run on the iOS device, not on your Mac computer.