aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-02-20 14:48:40 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-21 20:49:56 +0000
commitf637cc01f8f28d920a1d5b792193e97e8dd63e42 (patch)
tree69736bd4fa9f16b67532d2c3a5cd3123766c8001 /site/dev
parentcdcadf7a29d3f15389f828ced2d98f2be9b0c460 (diff)
SkQP: run a single test
PLEASE NOTE: Instructions on running `am instrument` for the SkQP APK have changed. To run a single test, see the section "Running a single test" in `tools/skqp/README.md`. No-Try: true Change-Id: I0a2cbc47755929d6c6a927a3591ff98046779c77 Reviewed-on: https://skia-review.googlesource.com/108780 Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'site/dev')
-rw-r--r--site/dev/testing/skqp.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/dev/testing/skqp.md b/site/dev/testing/skqp.md
index b7546e8d3e..64c43e6338 100644
--- a/site/dev/testing/skqp.md
+++ b/site/dev/testing/skqp.md
@@ -23,7 +23,7 @@ To run tests:
adb install -r skqp-universal-{APK_SHA_HERE}.apk
adb logcat -c
- adb shell am instrument -w org.skia.skqp/android.support.test.runner.AndroidJUnitRunner
+ adb shell am instrument -w org.skia.skqp
Monitor the output with: