Fixed bad parameter to android.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/389010

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1694 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org 2012-02-15 15:22:51 +00:00
parent f148b9e312
commit 735478a397

View File

@ -239,7 +239,7 @@ class WebRTCAndroidFactory(WebRTCFactory):
cmd = ' ; '.join(cleanup_list)
self.addStep(shell.Compile(command=(cmd), workdir='build/trunk',
description=['cleanup', 'running...'], haltOnFailure=False,
warn_on_failure=True, flunkOnFailure=False,
warnOnFailure=True, flunkOnFailure=False,
descriptionDone=['cleanup', 'done...'], name='cleanup'))
cmd = 'svn checkout %s external/webrtc' % SVN_LOCATION
self.addStep(shell.Compile(command=(cmd),