diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-07-14 15:27:06 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-07-14 15:27:06 -0700 |
commit | be7536f017395a8a2e16fb3a87c275ec002a4dea (patch) | |
tree | dc1931ca8172b38cc3f204a882b7de0106d212f1 | |
parent | Fixed JS Ice/ami test to work with latest Safari preview versions (diff) | |
download | ice-be7536f017395a8a2e16fb3a87c275ec002a4dea.tar.bz2 ice-be7536f017395a8a2e16fb3a87c275ec002a4dea.tar.xz ice-be7536f017395a8a2e16fb3a87c275ec002a4dea.zip |
fix for android test build instructions
-rw-r--r-- | java-compat/android/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java-compat/android/BuildInstructions.md b/java-compat/android/BuildInstructions.md index bb05399b9be..1c04332aad7 100644 --- a/java-compat/android/BuildInstructions.md +++ b/java-compat/android/BuildInstructions.md @@ -94,7 +94,7 @@ application, check the following page for instructions on how to disable it: Start the `testController` application from Android Studio and once it has started, run the testsuite by using the `allTests.py` script: - cd android-compat + cd android python allTests.py This will try to run the testsuite on the connected device. If multiple devices |