summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-01-19 16:00:14 +0100
committerParménides GV <parmegv@sdf.org>2015-01-19 16:00:14 +0100
commitdbc8bc453d71a6c485a40f021fb66436c8e63616 (patch)
tree12aaee0692ed2ecd0aa213d379617bbe4fa98f48 /README.md
parent05ad5f226aa7a1504c756b0d77ab03e6add9fea9 (diff)
parent250b56762857f2e52626236d3716459786ce126d (diff)
Merge branch 'bug/Add-unit-tests-#6470' into develop
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37ef3bde..f1921e10 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ The resulting apk(s) will be in `app/build/apk`.
## Running tests
To run the automated tests:
- 1. Run an emulator
+ 1. Run an emulator (device doesn't necesarily has root, so testVpnCertificateValidator.testIsValid may fail).
2. Unlock Android
3. Issue the command ./gradlew connectedCheck
4. Pay attention and check the "Trust this app" checkbox, if you don't do so tests won't run.