Remove debug flag for ios bots
TBR=borenet Bug: skia: Change-Id: I791ad92203ca8cdd6da8abe7c9f45fde528cb7b9 Reviewed-on: https://skia-review.googlesource.com/17409 Reviewed-by: Stephan Altmueller <stephana@google.com> Commit-Queue: Stephan Altmueller <stephana@google.com>
This commit is contained in:
parent
a40d9c89b7
commit
c7f98bc1fd
@ -546,7 +546,6 @@
|
||||
{
|
||||
"cmd": [
|
||||
"idevice-app-runner",
|
||||
"-d",
|
||||
"-s",
|
||||
"com.google.dm",
|
||||
"--args",
|
||||
|
@ -47,7 +47,7 @@ class iOSFlavorUtils(gn_flavor.GNFlavorUtils):
|
||||
def step(self, name, cmd, env=None, **kwargs):
|
||||
bundle_id = 'com.google.%s' % cmd[0]
|
||||
self.m.run(self.m.step, name,
|
||||
cmd=['idevice-app-runner', '-d', '-s', bundle_id, '--args'] +
|
||||
cmd=['idevice-app-runner', '-s', bundle_id, '--args'] +
|
||||
map(str, cmd[1:]))
|
||||
|
||||
def _run_ios_script(self, script, first, *rest):
|
||||
|
@ -523,7 +523,6 @@
|
||||
{
|
||||
"cmd": [
|
||||
"idevice-app-runner",
|
||||
"-d",
|
||||
"-s",
|
||||
"com.google.nanobench",
|
||||
"--args",
|
||||
|
@ -661,7 +661,6 @@
|
||||
{
|
||||
"cmd": [
|
||||
"idevice-app-runner",
|
||||
"-d",
|
||||
"-s",
|
||||
"com.google.dm",
|
||||
"--args",
|
||||
|
Loading…
Reference in New Issue
Block a user