From 8ee7fb0083c0b00e494f580cba216ab71a889e22 Mon Sep 17 00:00:00 2001 From: Stephan Altmueller Date: Tue, 16 Jan 2018 15:55:48 -0500 Subject: Fix directory creation in skqp app Bug: skia: Change-Id: Id26832ccce7d09d3d3d640bcdd11a424f18943f7 Reviewed-on: https://skia-review.googlesource.com/92682 Reviewed-by: Hal Canary Commit-Queue: Hal Canary --- infra/cts/run_testlab.go | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'infra') diff --git a/infra/cts/run_testlab.go b/infra/cts/run_testlab.go index cf88c30cc9..98aa160d21 100644 --- a/infra/cts/run_testlab.go +++ b/infra/cts/run_testlab.go @@ -43,20 +43,20 @@ var ( "A0001": {"22"}, // "E5803": {"22"}, deprecated // "F5121": {"23"}, deprecated - "G8142": {"25"}, - "HWMHA": {"24"}, - "SH-04H": {"23"}, - "athene": {"23"}, - "athene_f": {"23"}, - "hammerhead": {"23"}, - "harpia": {"23"}, - "hero2lte": {"23"}, - "herolte": {"24v"}, - "j1acevelte": {"22"}, - "j5lte": {"23"}, - "j7xelte": {"23"}, - "lucye": {"24"}, - "mako": {"22"}, + "G8142": {"25"}, + "HWMHA": {"24"}, + "SH-04H": {"23"}, + "athene": {"23"}, + "athene_f": {"23"}, + "hammerhead": {"23"}, + "harpia": {"23"}, + "hero2lte": {"23"}, + "herolte": {"24v"}, + "j1acevelte": {"22"}, + "j5lte": {"23"}, + "j7xelte": {"23"}, + "lucye": {"24"}, + // "mako": {"22"}, deprecated "osprey_umts": {"22"}, "p1": {"22"}, "sailfish": {"26"}, @@ -83,7 +83,8 @@ const ( --app=%s --results-bucket=%s --results-dir=%s - --directories-to-pull=/sdcard/Android/data/org.skia.skqpapp + --directories-to-pull=/sdcard/Android/data/org.skia.skqp + --timeout 30m %s ` MODEL_VERSION_TMPL = "--device model=%s,version=%s,orientation=portrait" -- cgit v1.2.3