Add tools/testing/bin to the tarball created by the cross compiler

We no longer have these files in the main repo

BUG=

Review URL: https://codereview.chromium.org//1137623004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45768 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ricow@google.com 2015-05-13 17:31:54 +00:00
parent 84526cf02c
commit 4cc976b682

View file

@ -47,7 +47,7 @@ def cross_compiling_builder(arch, mode):
with bot.BuildStep('Create build tarball'):
run(['tar', '-cjf', tarball, '--exclude=**/obj',
'--exclude=**/obj.host', '--exclude=**/obj.target',
'--exclude=**/*analyzer*', 'out/'])
'--exclude=**/*analyzer*', 'out/', 'tools/testing/bin/'])
with bot.BuildStep('Upload build tarball'):
uri = "%s/%s" % (GCS_BUCKET, tarball)