| Index: tools/bots/cross-vm.py
|
| diff --git a/tools/bots/cross-vm.py b/tools/bots/cross-vm.py
|
| index 9c8127560c9b1c7a114ded24a22a42db59e397aa..8792fe7f67982797ae2ee868db2589e78b651e8a 100644
|
| --- a/tools/bots/cross-vm.py
|
| +++ b/tools/bots/cross-vm.py
|
| @@ -69,7 +69,8 @@ def target_builder(arch, mode):
|
| test_py = os.path.join('tools', 'test.py')
|
| test_args = [sys.executable, test_py, '--progress=line', '--report',
|
| '--time', '--compiler=none', '--runtime=vm', '--write-debug-log',
|
| - '--write-test-outcome-log', '--mode=' + mode, '--arch=' + arch]
|
| + '--write-test-outcome-log', '--mode=' + mode, '--arch=' + arch,
|
| + '--exclude-suite=pkg']
|
|
|
| revision = int(os.environ['BUILDBOT_GOT_REVISION'])
|
| tarball = tarball_name(arch, mode, revision)
|
|
|