LGTM https://codereview.appspot.com/7199053/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: print proc.communicate()[0] Do we need to print this? ...
13 years, 2 months ago
(2013-01-24 21:23:50 UTC)
#4
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: print proc.communicate()[0] On 2013/01/24 21:23:50, rmistry wrote: > Do ...
13 years, 2 months ago
(2013-01-24 21:27:24 UTC)
#5
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try
File tools/submit_try (right):
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182
tools/submit_try:182: print proc.communicate()[0]
On 2013/01/24 21:23:50, rmistry wrote:
> Do we need to print this? if yes then lets put some context around it.
It's just the output from "gcl try". For example:
D:\google\skia1\trunk>python tools\submit_try whitespace --bot Skia_iOS_Debug_32
WARNING:root:Didn't find codereview.settings
Results will be emailed to: borenet@google.com
Patch 'whitespace' sent to try server: Skia_iOS_Debug_32_Trybot
I think it's nice to have it there, and it's what the user would expect if
they've used "gcl try" before.
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: print proc.communicate()[0] On 2013/01/24 21:27:24, EricB wrote: > On ...
13 years, 2 months ago
(2013-01-24 21:31:34 UTC)
#6
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try
File tools/submit_try (right):
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182
tools/submit_try:182: print proc.communicate()[0]
On 2013/01/24 21:27:24, EricB wrote:
> On 2013/01/24 21:23:50, rmistry wrote:
> > Do we need to print this? if yes then lets put some context around it.
>
> It's just the output from "gcl try". For example:
>
> D:\google\skia1\trunk>python tools\submit_try whitespace --bot
Skia_iOS_Debug_32
>
> WARNING:root:Didn't find codereview.settings
> Results will be emailed to: mailto:borenet@google.com
> Patch 'whitespace' sent to try server: Skia_iOS_Debug_32_Trybot
>
> I think it's nice to have it there, and it's what the user would expect if
> they've used "gcl try" before.
What I meant is it would be useful to have another print stmt before it, for
example print ' '.join(try_args) or does the cmd get printed before the output
the way it is?
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: print proc.communicate()[0] On 2013/01/24 21:31:35, rmistry wrote: > On ...
13 years, 2 months ago
(2013-01-24 21:33:48 UTC)
#7
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try
File tools/submit_try (right):
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182
tools/submit_try:182: print proc.communicate()[0]
On 2013/01/24 21:31:35, rmistry wrote:
> On 2013/01/24 21:27:24, EricB wrote:
> > On 2013/01/24 21:23:50, rmistry wrote:
> > > Do we need to print this? if yes then lets put some context around it.
> >
> > It's just the output from "gcl try". For example:
> >
> > D:\google\skia1\trunk>python tools\submit_try whitespace --bot
> Skia_iOS_Debug_32
> >
> > WARNING:root:Didn't find codereview.settings
> > Results will be emailed to: mailto:borenet@google.com
> > Patch 'whitespace' sent to try server: Skia_iOS_Debug_32_Trybot
> >
> > I think it's nice to have it there, and it's what the user would expect if
> > they've used "gcl try" before.
>
> What I meant is it would be useful to have another print stmt before it, for
> example print ' '.join(try_args) or does the cmd get printed before the output
> the way it is?
Oh. Currently the command does not get printed out. I can do that if you'd like.
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: print proc.communicate()[0] On 2013/01/24 21:33:48, EricB wrote: > On ...
13 years, 2 months ago
(2013-01-24 21:35:39 UTC)
#8
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try
File tools/submit_try (right):
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182
tools/submit_try:182: print proc.communicate()[0]
On 2013/01/24 21:33:48, EricB wrote:
> On 2013/01/24 21:31:35, rmistry wrote:
> > On 2013/01/24 21:27:24, EricB wrote:
> > > On 2013/01/24 21:23:50, rmistry wrote:
> > > > Do we need to print this? if yes then lets put some context around it.
> > >
> > > It's just the output from "gcl try". For example:
> > >
> > > D:\google\skia1\trunk>python tools\submit_try whitespace --bot
> > Skia_iOS_Debug_32
> > >
> > > WARNING:root:Didn't find codereview.settings
> > > Results will be emailed to: mailto:borenet@google.com
> > > Patch 'whitespace' sent to try server: Skia_iOS_Debug_32_Trybot
> > >
> > > I think it's nice to have it there, and it's what the user would expect if
> > > they've used "gcl try" before.
> >
> > What I meant is it would be useful to have another print stmt before it, for
> > example print ' '.join(try_args) or does the cmd get printed before the
output
> > the way it is?
>
> Oh. Currently the command does not get printed out. I can do that if you'd
like.
It may be useful, but leaving it upto you.
Uploaded patch set 3 and committed as r7379. https://codereview.appspot.com/7199053/diff/4001/tools/submit_try File tools/submit_try (right): https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182 tools/submit_try:182: print ...
13 years, 2 months ago
(2013-01-24 21:39:00 UTC)
#9
Message was sent while issue was closed.
Uploaded patch set 3 and committed as r7379.
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try
File tools/submit_try (right):
https://codereview.appspot.com/7199053/diff/4001/tools/submit_try#newcode182
tools/submit_try:182: print proc.communicate()[0]
On 2013/01/24 21:35:39, rmistry wrote:
> On 2013/01/24 21:33:48, EricB wrote:
> > On 2013/01/24 21:31:35, rmistry wrote:
> > > On 2013/01/24 21:27:24, EricB wrote:
> > > > On 2013/01/24 21:23:50, rmistry wrote:
> > > > > Do we need to print this? if yes then lets put some context around it.
> > > >
> > > > It's just the output from "gcl try". For example:
> > > >
> > > > D:\google\skia1\trunk>python tools\submit_try whitespace --bot
> > > Skia_iOS_Debug_32
> > > >
> > > > WARNING:root:Didn't find codereview.settings
> > > > Results will be emailed to: mailto:borenet@google.com
> > > > Patch 'whitespace' sent to try server: Skia_iOS_Debug_32_Trybot
> > > >
> > > > I think it's nice to have it there, and it's what the user would expect
if
> > > > they've used "gcl try" before.
> > >
> > > What I meant is it would be useful to have another print stmt before it,
for
> > > example print ' '.join(try_args) or does the cmd get printed before the
> output
> > > the way it is?
> >
> > Oh. Currently the command does not get printed out. I can do that if you'd
> like.
>
> It may be useful, but leaving it upto you.
I added it. It makes what the wrapper script is doing less opaque.
Issue 7199053: Modify submit_try to work on windows
(Closed)
Created 13 years, 2 months ago by EricB
Modified 13 years, 2 months ago
Reviewers: rmistry, epoger
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 6