SkQP: fix a typo in script

No-Try: true
Change-Id: I584d21220a0d7bf624373d0eb4a9eeb83ef23d00
Reviewed-on: https://skia-review.googlesource.com/c/174311
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
This commit is contained in:
Hal Canary 2018-12-04 14:17:13 -05:00 committed by Skia Commit-Bot
parent 0ec1c571c8
commit 7103cca7e2

View File

@ -14,7 +14,7 @@ cd "${SKIA_ROOT}/infra/skqp/docker"
docker build -t android-skqp ./android-skqp/
docker run --rm --privileged -d --name android_em \
--env=DEVICE="Samsung Galaxy S6" \
---volume="$SKIA_ROOT":/SRC \
--volume="$SKIA_ROOT":/SRC \
--volume="$OUT":/OUT \
--volume="$BUILD":/BUILD \
android-skqp